in reply to Re: Saving file name with Chinese characters
in thread Saving file name with Chinese characters

However, Perl doesn't use the system call capable of handling those characters.

I've tried it by open, file could be created successfully. I guess server don't installed East Asian language package.

  • Comment on Re^2: Saving file name with Chinese characters

Replies are listed 'Best First'.
Re^3: Saving file name with Chinese characters
by ikegami (Patriarch) on Apr 14, 2009 at 00:02 UTC
    Not quite. A file is created, but it doesn't have the right name. For example, If you use CreateFileW, you can actually create a file whose name is the single character "人" ("person"). If you try to create such a file with open, it'll create the three char file name "人".