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 tim.golden, vstinner
Date 2010-04-13.13:30:11
SpamBayes Score 0.026367862
Marked as misclassified No
Message-id <1271165412.53.0.206600009921.issue8386@psf.upfronthosting.co.za>
In-reply-to
Content
Does the follow code work on Windows?

>>> '\uDC80'.encode("utf8", "surrogatepass")
b'\xed\xb2\x80'
History
Date User Action Args
2010-04-13 13:30:12vstinnersetrecipients: + vstinner, tim.golden
2010-04-13 13:30:12vstinnersetmessageid: <1271165412.53.0.206600009921.issue8386@psf.upfronthosting.co.za>
2010-04-13 13:30:11vstinnerlinkissue8386 messages
2010-04-13 13:30:11vstinnercreate