in reply to Re^2: How to detect the OS's current encoding?
in thread How to detect the OS's current encoding?
It isn't hard to make your own custom file selector dialog, and if you do, it would be easy to run decode on the files first. Maybe you could sub-class getOpenFile, to do a decode routine first?
See Re: problems with extended ascii characters in filenames if you are interested.
And there is the often given tip, which I don't quite understand
$Tk::encodeFallback=1
Then again, I probably don't even understand your problem, :-)
|
|---|