[issue11461] UTF-16 incremental decoder doesn't support partial surrogate pair

2013-01-08 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue11461] UTF-16 incremental decoder doesn't support partial surrogate pair

2013-01-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset f2353e74b335 by Serhiy Storchaka in branch '2.7': Issue #11461: Fix the incremental UTF-16 decoder. Original patch by http://hg.python.org/cpython/rev/f2353e74b335 New changeset 4677c5f6fcf7 by Serhiy Storchaka in branch '3.2': Issue #11461: Fix the

[issue11461] UTF-16 incremental decoder doesn't support partial surrogate pair

2013-01-07 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11461] UTF-16 incremental decoder doesn't support partial surrogate pair

2012-09-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: In issue14624 utf-16 decoder has been significantly reworked. Here is adapted for 3.3 patch. -- keywords: +needs review nosy: +storchaka Added file: http://bugs.python.org/file27317/partial_utf16-3.3.patch ___ Pyth

[issue11461] UTF-16 incremental decoder doesn't support partial surrogate pair

2012-09-26 Thread STINNER Victor
Changes by STINNER Victor : -- title: Reading UTF-16 with codecs.readline() breaks on surrogate pairs -> UTF-16 incremental decoder doesn't support partial surrogate pair ___ Python tracker ___