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

2011-11-17 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@haypocalc.com: -- resolution: - duplicate status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13064 ___

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

2011-11-16 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: Martin von Loewis implemented this issue, thanks Martin! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13064 ___

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

2011-09-29 Thread STINNER Victor
New submission from STINNER Victor victor.stin...@haypocalc.com: 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

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

2011-09-29 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +ezio.melotti stage: - needs patch type: - feature request ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13064 ___