Skip to content

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

Merged
miss-islington merged 1 commit into
python:3.6from
miss-islington:backport-d134809-3.6
Jun 15, 2018
Merged

[3.6] bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)#7703
miss-islington merged 1 commit into
python:3.6from
miss-islington:backport-d134809-3.6

Conversation

@miss-islington

@miss-islington miss-islington commented Jun 15, 2018

Copy link
Copy Markdown
Contributor

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

…ythonGH-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>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@Pusnow and @zhangyangyu: Backport status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit e2e7ff0 into python:3.6 Jun 15, 2018
@miss-islington miss-islington deleted the backport-d134809-3.6 branch June 15, 2018 12:32
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.

5 participants