GsFile operations involving filenames containing non-ASCII characters in a unix environment using a UTF8 Locale must be handled using UTF8 instances. If a String containing non-ASCII characters is used, the operation will either fail, or in the case of file creation, will create a file with an incorrectly formatted file name.
For example:
GsFile open: <StringWithNonAsciiCharacters> encodeAsUTF8
Last updated: 5/30/17