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.

作者 r.david.murray
收信人 ezio.melotti, fgallaire, georg.brandl, pitrou, r.david.murray, serhiy.storchaka, vstinner
日期 2015-07-21.01:13:26
SpamBayes Score -1.0
Marked as misclassified
Message-id <1437441208.44.0.704886085247.issue24665@psf.upfronthosting.co.za>
In-reply-to
内容
The problem is (if I'm understanding this correctly, which I may not be, I'm not a unicode expert) is that how you compute and manipulate CJK characters in python2 differs depending on whether you are dealing with a wide build or a narrow build.  And the fact that python3 doesn't handle it either is why this would be a new feature (see the referenced issues).

But I could be wrong.  I leave it to the unicode experts.
历史
日期 用户 动作 参数
2015-07-21 01:13:28r.david.murray修改recipients: + r.david.murray, georg.brandl, pitrou, vstinner, ezio.melotti, fgallaire, serhiy.storchaka
2015-07-21 01:13:28r.david.murray修改messageid: <1437441208.44.0.704886085247.issue24665@psf.upfronthosting.co.za>
2015-07-21 01:13:28r.david.murray链接issue24665 messages
2015-07-21 01:13:27r.david.murray创建