Skip to content

[2.7] bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)#7704

Merged
zhangyangyu merged 4 commits into
python:2.7from
zhangyangyu:backport-d134809-2.7
Jun 15, 2018
Merged

[2.7] bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)#7704
zhangyangyu merged 4 commits into
python:2.7from
zhangyangyu:backport-d134809-2.7

Conversation

@zhangyangyu

@zhangyangyu zhangyangyu commented Jun 15, 2018

Copy link
Copy Markdown
Member

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 d134809)

Co-authored-by: Wonsup Yoon pusnow@me.com

https://bugs.python.org/issue29456

…u11c3 (pythonGH-1958)

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 d134809)

Co-authored-by: Wonsup Yoon <pusnow@me.com>
@zhangyangyu zhangyangyu merged commit 1889c4c into python:2.7 Jun 15, 2018
@zhangyangyu zhangyangyu deleted the backport-d134809-2.7 branch June 15, 2018 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants