Skip to content

Garbled file names in Tcl 9 on drag and drop #69

@apnadkarni

Description

@apnadkarni

Dragging the files source from demos/basic.tcl to demos/simple_target.tcl results in single char file names. Again, this is a result of sizeof(Tcl_UniChar) != sizeof(WCHAR) in Tcl 9. This assumption is quite prevalent in the code so quite a few changes will be needed.

I kind of assumed tkdnd was Tcl 9 ready based on some commit messages and earlier tickets. That assumption may be mistaken in which case this bug is premature and can be closed.

I can take a stab at doing the port (for Windows only!). Let me know.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions