1. Under e.g. Linux, create & mount a file system that does not UTF-8 encoding, for instance a JP encoding. You can probably do this with a ramdisk, but I don't know the details. 2. Use OS.File to write a file whose name contains non-Latin1 chars. 3. Check whether it works. 4. Check whether the command-line whether the file has the right name.
Bug 1549386 Comment 10 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
The simplest way I can think of: 1. Under e.g. Linux, create & mount a file system that does not UTF-8 encoding, for instance a JP encoding. You can probably do this with a ramdisk, but I don't know the details. 2. Use OS.File to write a file whose name contains non-Latin1 chars. 3. Check whether it works. 4. Check whether the command-line whether the file has the right name.