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 xiang.zhang
Recipients serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-22.14:29:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479824962.83.0.769019580096.issue28774@psf.upfronthosting.co.za>
In-reply-to
Content
unicode_encode_ucs1 now recognizes as many characters as it can one time instead of one character a time. But the unicodeerror positions still only count 1(the second time). A similar problem reported in #28561.
History
Date User Action Args
2016-11-22 14:29:22xiang.zhangsetrecipients: + xiang.zhang, vstinner, serhiy.storchaka
2016-11-22 14:29:22xiang.zhangsetmessageid: <1479824962.83.0.769019580096.issue28774@psf.upfronthosting.co.za>
2016-11-22 14:29:22xiang.zhanglinkissue28774 messages
2016-11-22 14:29:22xiang.zhangcreate