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 lemburg, vstinner
Date 2010-06-09.10:46:54
SpamBayes Score 0.021010134
Marked as misclassified No
Message-id <1276080418.09.0.77643256484.issue8923@psf.upfronthosting.co.za>
In-reply-to
Content
> Since Python3 fixes the UTF-8 default encoding, it's better
> to enhance PyUnicode_AsUTF8String() to cache the UTF-8
> string in the Unicode object

Right, that sounds like a great idea. Attached patch implements that: patch PyUnicode_AsUTF8String() and PyUnicode_AsEncodedString(). Does it look ok?

> replace all uses of _PyUnicode_AsDefaultEncodedString() 
> with PyUnicode_AsUTF8String()

I'm waiting for your approval of the first patch before working on the second part.
History
Date User Action Args
2010-06-09 10:46:58vstinnersetrecipients: + vstinner, lemburg
2010-06-09 10:46:58vstinnersetmessageid: <1276080418.09.0.77643256484.issue8923@psf.upfronthosting.co.za>
2010-06-09 10:46:56vstinnerlinkissue8923 messages
2010-06-09 10:46:55vstinnercreate