[Python-Dev] unicode_internal codec and the PEP 393

Victor Stinner victor.stinner at haypocalc.com
Fri Nov 11 13:05:14 CET 2011


Le 09/11/2011 23:45, "Martin v. Löwis" a écrit :
>> After a quick search on Google codesearch (before it disappears!), I don't
>> think that "encoding" a Unicode string to its internal PEP-393 representation
>> would satisfy any program. It looks like wchar_t* is a better candidate.
>
> Ok. Making it Py_UNICODE, documenting that, and deprecating the encoding
> sounds fine to me as well.

Done.

Victor


More information about the Python-Dev mailing list