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 jschneid, loewis, vstinner
Date 2011-07-15.15:36:49
SpamBayes Score 0.0004948142
Marked as misclassified No
Message-id <1310744210.31.0.646834900292.issue12561@psf.upfronthosting.co.za>
In-reply-to
Content
Use >L"" CONSTANT< to decode a byte string to a character string doesn't work with non-ASCII strings. _Py_char2wchar() should be used instead: see for example this fix, commit 5b6e13b6b473.
History
Date User Action Args
2011-07-15 15:36:50vstinnersetrecipients: + vstinner, loewis, jschneid
2011-07-15 15:36:50vstinnersetmessageid: <1310744210.31.0.646834900292.issue12561@psf.upfronthosting.co.za>
2011-07-15 15:36:49vstinnerlinkissue12561 messages
2011-07-15 15:36:49vstinnercreate