Subject: | Tk cann access files or folder with ascii-8 characters |
On Windows Perl/Tk 804 does not work with folder or files containing non-ascii-7 characters such as ther french accent acute.
It seems that Perl hanlds it ok but Tk doesn't.
This can be easily tested by creating a folder with a é. Then just try selecting a file in the folder using getOpenFile and then open the file. The open will fail indicating that the file is not found.
This causes problems for French users who are using perlapp pdk from Activestate who use the defaault login account which is Propriétaire. Folders are created using the name Propriétaire containing various Tk files such as .xpm, .gif, etc files. When a Tk .pm such as BrowseEntry tries to open the downarrow file, for example, the script stops with a message:
couldn't read bitmap file "": No such file or directoryerror reading bitmap
file "" at /PerlApp/Tk/Widget.pm line 205.
at /PerlApp/Tk/Widget.pm line 203