It seems if I use stdpy.file.open(), instead of Python’s own open(), I can’t open files with unicode names as the function tries to decode the string as ascii.
Same with Panda’s “Filename” class ( Filename.FromOsSpecific(unicodestr) )
It seems if I use stdpy.file.open(), instead of Python’s own open(), I can’t open files with unicode names as the function tries to decode the string as ascii.
Same with Panda’s “Filename” class ( Filename.FromOsSpecific(unicodestr) )