in reply to File path internationalization
ActiveState Perl Dev Kit 1.9 and ActivePerl 5.8.1 (this cannot be changed as later AS Perl releases have no Tk).I currently use Perl 5.10, Tk is fine. You have to use ppm to install it - it is available, it just doesn't come as part the default set of stuff. Some simple upgrade is probably not the answer to your language problem, but it is possible if needed for other reasons.
Might want to try getting the "short path name"? For use in opening files, etc? Win32::GetShortPathName($fullpath);. I think there is a much better way to deal with filenames for the languages you list, but can't find it right now.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: File path internationalization
by ron7 (Beadle) on Dec 26, 2010 at 08:06 UTC |