Panda's "stdpy.file" and unicode

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) )