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 12.1 #8158

Merged
merged 1 commit into from
Apr 17, 2019
Merged

Update script detection for Unicode 12.1 #8158

merged 1 commit into from
Apr 17, 2019

Conversation

1ec5
Copy link
Contributor

@1ec5 1ec5 commented Apr 16, 2019

This pro-forma change updates the script detection files to reflect changes in Unicode 12 and 12.1. Note that vertical orientation properties have been folded into the Unicode Character Database and UTR #50 has been discontinued.

Previously #7724.

/cc @mourner @asheemmamoowala

Updated script detection files to reflect changes in Unicode 12.1.
@1ec5 1ec5 self-assigned this Apr 16, 2019
@@ -257,6 +261,7 @@ const unicodeBlockLookup: UnicodeBlockLookup = {
// 'Tangut Components': (char) => char >= 0x18800 && char <= 0x18AFF,
// 'Kana Supplement': (char) => char >= 0x1B000 && char <= 0x1B0FF,
// 'Kana Extended-A': (char) => char >= 0x1B100 && char <= 0x1B12F,
// 'Small Kana Extension': (char) => char >= 0x1B130 && char <= 0x1B16F,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Small Kana Extension and Symbols and Pictographs Extended-A consist of characters that should be given ideographic breaking and vertical layout, but for our lack of astral plane support: #4001.

@1ec5 1ec5 merged commit 59e4abd into master Apr 17, 2019
@1ec5 1ec5 deleted the 1ec5-unicode12 branch April 17, 2019 16:44
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