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

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 "人".