in reply to Re^3: how to unicode filenames?
in thread how to unicode filenames?

File::Find does not automatically "see" (or return) unicode filenames, because for Perl there is no way to know that what the file system APIs return is UTF-8-encoded text. If you are certain that this is always the case, I guess you can wrap your own decode() wrapper around it, but I see it breaking for many situations where different filesystems with different filename encodings come together.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.