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 eric.araujo
Recipients eric.araujo, r.david.murray, vstinner
Date 2010-10-18.17:03:42
SpamBayes Score 8.920961e-06
Marked as misclassified No
Message-id <1287421424.28.0.928415450224.issue10039@psf.upfronthosting.co.za>
In-reply-to
Content
> Do you know something better than the locale encoding? I don't.
Neither do I, sorry.

>> Can’t each filesystem have its own encoding?
> Yes, but how do you get the encoding of each filesystem?
If I really had to, on linux I could parse the output of the mount command, but this could get messy quickly, and of course is not okay for official Python.

> Backup programs can use the "raw" (bytes) API of Python 3 to avoid
> all encoding issues.
Neat!

> As wrote R. David Murray, read issue #9992 if you would like to know
> more about this problem and the different proposed solutions.
I did so, thanks for the pointer and all the explanations.
History
Date User Action Args
2010-10-18 17:03:44eric.araujosetrecipients: + eric.araujo, vstinner, r.david.murray
2010-10-18 17:03:44eric.araujosetmessageid: <1287421424.28.0.928415450224.issue10039@psf.upfronthosting.co.za>
2010-10-18 17:03:42eric.araujolinkissue10039 messages
2010-10-18 17:03:42eric.araujocreate