in reply to Re: How to expand wildcard arguments supplied to programs with perl on windows?
in thread How to expand wildcard arguments supplied to programs with perl on windows?

Thanks, but it doesn't work if a file has Chinese characters in its
filename, as in song自然之歌.txt

  • Comment on Re^2: How to expand wildcard arguments supplied to programs with perl on windows?

Replies are listed 'Best First'.
Re^3: How to expand wildcard arguments supplied to programs with perl on windows?
by Corion (Patriarch) on Aug 17, 2012 at 05:25 UTC

    The Perl file system calls and Unicode don't mix particularly well on file systems that don't encode their filenames as UTF-8. See for example Check if unicode directory exists.

Re^3: How to expand wildcard arguments supplied to programs with perl on windows?
by Anonymous Monk on Aug 17, 2012 at 06:55 UTC