Tag Archives: unicode

Sky Explorer Supports Unicode Filename

Unicode filename and path are supported in version 1.0.3
The symbian python os functions can accept utf8 string and will also return utf8 string (eg. in os.listdir). It does not use unicode string like in other native symbian functions.
Since the Sky Explorer code uses path.join to get the full path in a lot of places, I [...]