in reply to Re^2: MD5 non ascii file name
in thread MD5 non ascii file name
Perl assumes Latin1 (for Win32) or "native" (for other) for all filenames.
Do you have an example of where Perl treats file names as anything but opaque binary strings? Is that what you mean by "native"?
If anything, Perl (such as File::Spec) treats file names as any other (undecoded) text string: as iso-latin-1, regardless of platform.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: MD5 non ascii file name
by Corion (Patriarch) on Aug 22, 2008 at 05:31 UTC | |
by ikegami (Patriarch) on Aug 22, 2008 at 06:52 UTC |