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

UnicodeSet util: Extended_Pictographic missing unassigned code points #53

Closed
markusicu opened this issue Apr 30, 2021 · 2 comments
Closed

Comments

@markusicu
Copy link
Member

https://util.unicode.org/UnicodeJsps/list-unicodeset.jsp?a=%5B%3AExtPict%3A%5D%26%5B%3ACn%3A%5D&g=&i= comes up empty but should show more than 1000 unassigned code points such as the following.

https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-data.txt

1F0D0..1F0FF  ; Extended_Pictographic# E0.0  [48] (🃐..🃿)    <reserved-1F0D0>..<reserved-1F0FF>
...
1F8AE..1F8FF  ; Extended_Pictographic# E0.0  [82] (🢮..🣿)    <reserved-1F8AE>..<reserved-1F8FF>
...
1FC00..1FFFD  ; Extended_Pictographic# E0.0[1022] (🰀..🿽)    <reserved-1FC00>..<reserved-1FFFD>

@macchiati FYI

@macchiati
Copy link
Member

Thanks. I need to fix the underlying code. There is a property flag that says "I have all the same values for unassigned code points", in place for performance. That flag is manually set, but should be computed at build time instead.

@markusicu
Copy link
Member Author

Mark said in #97 (comment) that this issue here is a duplicate of the newer one, and the newer one has more information.

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

2 participants