in reply to Re^3: UTF-8 lexicographic string sort
in thread UTF-8 lexicographic string sort
I do not understand why the encoding used by the filesystem is relevant. I assume that File::Find, and ultimately the Perl runtime, will abstract all that knowledge and give me a Perl string that my script can safely work with. It does not matter if the filesystem underneath is Windows NTFS and its encoding is UCS-2. The Perl string with the filename will certainly never have UCS-2 encoding.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: UTF-8 lexicographic string sort
by Corion (Patriarch) on Apr 23, 2020 at 14:22 UTC | |
|
Re^5: UTF-8 lexicographic string sort
by haukex (Archbishop) on Apr 23, 2020 at 15:28 UTC |