commit | 1889c4cbd62e200fa4cde3d6219e0aadf9bd8149 | [log] [tgz] |
---|---|---|
author | Xiang Zhang <angwerzx@126.com> | Fri Jun 15 21:26:55 2018 +0800 |
committer | GitHub <noreply@github.com> | Fri Jun 15 21:26:55 2018 +0800 |
tree | 884cddef4342e2ee2ed415b122e65eaea83f5789 | |
parent | fc8ea20c6f8571de96791bc5f7f2d693406024c7 [diff] |
bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) (GH-7704) Hangul composition check boundaries are wrong for the second character ([0x1161, 0x1176) instead of [0x1161, 0x1176]) and third character ((0x11A7, 0x11C3) instead of [0x11A7, 0x11C3]).. (cherry picked from commit d134809cd3764c6a634eab7bb8995e3e2eff14d5) Co-authored-by: Wonsup Yoon <pusnow@me.com>