[issue13064] Port codecs and error handlers to the new Unicode API

2011-11-17 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> duplicate status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue13064] Port codecs and error handlers to the new Unicode API

2011-11-16 Thread STINNER Victor
STINNER Victor added the comment: Martin von Loewis implemented this issue, thanks Martin! -- ___ Python tracker ___ ___ Python-bugs-

[issue13064] Port codecs and error handlers to the new Unicode API

2011-09-29 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> needs patch type: -> feature request ___ Python tracker ___ ___ Python-bu

[issue13064] Port codecs and error handlers to the new Unicode API

2011-09-29 Thread STINNER Victor
New submission from STINNER Victor : We really need a new API for error handlers, using Python objects instead of Py_UNICODE* strings, and using code point indexes instead of UTF-16 unit indexes (index in the Py_UNICODE* object). It's also inefficient to encode to Py_UNICODE at the first encod