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

Script_Extensions: handle unlisted code points #49

Open
mathiasbynens opened this issue Sep 28, 2017 · 1 comment
Open

Script_Extensions: handle unlisted code points #49

mathiasbynens opened this issue Sep 28, 2017 · 1 comment

Comments

@mathiasbynens
Copy link
Collaborator

All code points not explicitly listed for Script_Extensions have as their value the corresponding Script property value.

Ensure this is the case for the generated Unicode data. Currently it looks like we’re ony looking at ScriptExtensions.txt to generate the data.

@mathiasbynens
Copy link
Collaborator Author

https://github.com/mathiasbynens/node-unicode-data/blob/master/scripts/parse-script-extensions.js makes the assumption that for any given script value, its Script_Extensions data is always a superset of its Script data. AFAICT this assumption is correct, but I should probably verify this to make sure.

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

No branches or pull requests

1 participant