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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, ezio.melotti, ply
Date 2011-03-10.12:19:30
SpamBayes Score 2.2529389e-06
Marked as misclassified No
Message-id <1299759571.47.0.99594113997.issue11461@psf.upfronthosting.co.za>
In-reply-to
Content
The utf16 incremental codec does not like incomplete surrogate pairs.
Patch attached.
I also plan to refactor all the test_partial() functions of test_codecs, to give them a common implementation.
History
Date User Action Args
2011-03-10 12:19:31amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ezio.melotti, ply
2011-03-10 12:19:31amaury.forgeotdarcsetmessageid: <1299759571.47.0.99594113997.issue11461@psf.upfronthosting.co.za>
2011-03-10 12:19:30amaury.forgeotdarclinkissue11461 messages
2011-03-10 12:19:30amaury.forgeotdarccreate