Zim

Comment 3 for bug 561121

Revision history for this message
Jaap Karssenberg (jaap.karssenberg) wrote :

Related to bug #572805. Not sure if sys.getfilesystemencoding() would detect it correctly in this case.

Could you test the following ? Run in a terminal:

 $ python
 >>> import sys
 >>> sys.getfilesystemencoding()

And let us know the result ?