Message287078
| 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:48 | xiang.zhang | set | recipients: + xiang.zhang, vstinner, ezio.melotti, pusnow |
| 2017-02-06 05:21:48 | xiang.zhang | set | messageid: <1486358508.84.0.385821013029.issue29456@psf.upfronthosting.co.za> |
| 2017-02-06 05:21:48 | xiang.zhang | link | issue29456 messages |
| 2017-02-06 05:21:48 | xiang.zhang | create | |