Zim

Comment 2 for bug 1256367

Revision history for this message
Alphazo (alphazo) wrote :

Suggested command reports the same "UTF-8" output and thus using one or the other LANG variable.

$ export LANG=en_US.UTF-8
$ python -c "import sys; print sys.getfilesystemencoding()"
$ UTF-8

$ export LANG=fr_FR.UTF-8
$ python -c "import sys; print sys.getfilesystemencoding()"
$ UTF-8