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 vstinner
Recipients Arfrever, lemburg, pitrou, vstinner
Date 2010-08-25.00:32:34
SpamBayes Score 7.9674045e-12
Marked as misclassified No
Message-id <1282696356.97.0.311104799164.issue9632@psf.upfronthosting.co.za>
In-reply-to
Content
> Think of e.g. embedded Python interpreters or py2exe-style applications
> running on Linux or other systems that don't use Unicode APIs 
> for FS-interaction or have fixed FS-encodings.

What is the problem here? Python does guess the filesystem encoding. If the encoding is "wrong" (not the value expected by the user), filenames are not displayed correctly (mojibake) but it does just work. Anyway, why is it not possible to use PYTHONFSENCODING here? Are you talking to Python modules loaded from a non-ascii path?

Sorry, but I do not understand.
History
Date User Action Args
2010-08-25 00:32:37vstinnersetrecipients: + vstinner, lemburg, pitrou, Arfrever
2010-08-25 00:32:36vstinnersetmessageid: <1282696356.97.0.311104799164.issue9632@psf.upfronthosting.co.za>
2010-08-25 00:32:35vstinnerlinkissue9632 messages
2010-08-25 00:32:34vstinnercreate