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 ezio.melotti, pusnow, vstinner, xiang.zhang
Date 2017-02-06.05:21:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486358508.84.0.385821013029.issue29456@psf.upfronthosting.co.za>
In-reply-to
Content
How about the third character's range? The code seems assuming it's [11a7..11c3] while the spec is [11a8..11c2]?

>>> unicodedata.normalize("NFC", "\u1100\u1175\u11a7")
'기'

while it should be '기ᆧ'?
History
Date User Action Args
2017-02-06 05:21:48xiang.zhangsetrecipients: + xiang.zhang, vstinner, ezio.melotti, pusnow
2017-02-06 05:21:48xiang.zhangsetmessageid: <1486358508.84.0.385821013029.issue29456@psf.upfronthosting.co.za>
2017-02-06 05:21:48xiang.zhanglinkissue29456 messages
2017-02-06 05:21:48xiang.zhangcreate