Hi all, I am writing a (executable) program with Tk, which will let user to submit file ( by drag drop ) from their machine to our server. But in most case, user will drop their file from desktop in Windows, however, the windows is in Chinese version. So, desktop is "桌面".
I have tried to use utf8, and I can print the file name in right "string", but when I try to open the file and read. It happens "No such file or directory". Any clue to deal with this ? Thanks in advise. Panda-X