8000 Fix `is_public_assigned` to include Hangul Syllable and other ranges. by sunfishcode · Pull Request #80 · unicode-rs/unicode-normalization · GitHub
[go: up one dir, main page]

Skip to content

Fix is_public_assigned to include Hangul Syllable and other ranges. #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 1, 2021

Conversation

sunfishcode
Copy link
Contributor

Hangul Syllables and several other ranges are defined in UnicodeData.txt
as just their first and last values:

AC00;<Hangul Syllable, First>;Lo;0;L;;;;;N;;;;;
D7A3;<Hangul Syllable, Last>;Lo;0;L;;;;;N;;;;;

Teach the unicode.py script how to recognize these, so that it correctly
classifies them as assigned ranges, for the is_public_assigned
predicate.

Hangul Syllables and several other ranges are defined in UnicodeData.txt
as just their first and last values:

```
AC00;<Hangul Syllable, First>;Lo;0;L;;;;;N;;;;;
D7A3;<Hangul Syllable, Last>;Lo;0;L;;;;;N;;;;;
```

Teach the unicode.py script how to recognize these, so that it correctly
classifies them as assigned ranges, for the `is_public_assigned`
predicate.
@Manishearth Manishearth merged commit a7c1744 into unicode-rs:master Jun 1, 2021
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.

2 participants
0