This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Sworddragon
Recipients Sworddragon
Date 2013-11-30.22:29:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385850592.6.0.425449057763.issue19847@psf.upfronthosting.co.za>
In-reply-to
Content
sys.getfilesystemencoding() says for Unix: On Unix, the encoding is the user’s preference according to the result of nl_langinfo(CODESET), or 'utf-8' if nl_langinfo(CODESET) failed.

In my opinion relying on the locale environment is risky since filesystem-encoding != locale. This is especially the case if working on a filesystem from an external media like an external hard disk drive. Operating on multiple media can also result in different filesystem-encodings.

It would be useful if the user can make his own checks and change the default filesystem-encoding if needed.
History
Date User Action Args
2013-11-30 22:29:52Sworddragonsetrecipients: + Sworddragon
2013-11-30 22:29:52Sworddragonsetmessageid: <1385850592.6.0.425449057763.issue19847@psf.upfronthosting.co.za>
2013-11-30 22:29:52Sworddragonlinkissue19847 messages
2013-11-30 22:29:52Sworddragoncreate