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, pitrou, vstinner
Date 2010-05-07.22:35:59
SpamBayes Score 0.0006921356
Marked as misclassified No
Message-id <1273271763.35.0.889902595535.issue8611@psf.upfronthosting.co.za>
In-reply-to
Content
Let's try with something: pyunicode_asencodefsdefault.patch adds PyUnicode_EncodeFSDefault() function to uniformize how a unicode is converted to bytes. Fallback to UTF-8 if Py_FileSystemEncoding is not set (I should be ASCII, not UTF-8) and use surrogateescape error handler.
History
Date User Action Args
2010-05-07 22:36:14vstinnersetrecipients: + vstinner, pitrou, Arfrever
2010-05-07 22:36:03vstinnersetmessageid: <1273271763.35.0.889902595535.issue8611@psf.upfronthosting.co.za>
2010-05-07 22:36:01vstinnerlinkissue8611 messages
2010-05-07 22:36:01vstinnercreate