in reply to Re^2: File path with special characters
in thread File path with special characters

As I said before, it's unlikely that we can solve the problem for you. You have to work with it.

You should check the Tkx documentation to see what kind of string that dialog returns (a decoded text string, or not), and then consult the documentation of Encode and decide what you have to do with it.

Read the links I gave you earlier. You have to understand what's going on to get it working.

  • Comment on Re^3: File path with special characters