Skip to content
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

Update script detection for Unicode 10 #4919

Merged
merged 1 commit into from
Jun 30, 2017
Merged

Update script detection for Unicode 10 #4919

merged 1 commit into from
Jun 30, 2017

Conversation

1ec5
Copy link
Contributor

@1ec5 1ec5 commented Jun 30, 2017

This change updates the script detection files to reflect changes in Unicode 10 and UTR #50 revision 17.

Updated script detection files to reflect changes in Unicode 10 and UTR #50 revision 17.
@1ec5 1ec5 self-assigned this Jun 30, 2017
@1ec5 1ec5 requested a review from ChrisLoer June 30, 2017 05:29
@@ -244,6 +248,8 @@ const unicodeBlockLookup: UnicodeBlockLookup = {
// 'Tangut': (char) => char >= 0x17000 && char <= 0x187FF,
// 'Tangut Components': (char) => char >= 0x18800 && char <= 0x18AFF,
// 'Kana Supplement': (char) => char >= 0x1B000 && char <= 0x1B0FF,
// 'Kana Extended-A': (char) => char >= 0x1B100 && char <= 0x1B12F,
// 'Nushu': (char) => char >= 0x1B170 && char <= 0x1B2FF,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nushu and CJK Unified Ideographs Extension F consist of characters that should be given ideographic breaking and vertical layout, but for our lack of astral plane support: #4001.

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