-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Old Emoji defaults are misparsed #1025
Comments
Right. @macchiati came up with this extended syntax, and at a glance it seemed reasonable, but it wasn't documented and didn't work with existing parsers because they don't read the value field there. I noticed that when I tried to add Context: |
See L2/22-124 item UCD17: “ [172-C16] Consensus: Remove [172-A73] Action Item for Ned Holbrook, Markus Scherer, PAG: In emoji-data.txt, remove the [172-A74] Action Item for Ken Whistler, PAG: In UAX #44 (a) revert the changes to the paragraph that used to say that an [172-A75] Action Item for Ken Whistler, PAG: In UAX #44 change text about [172-A76] Action Item for Markus Scherer, PAG: Propose a UCD file syntax for explicit “No” values for binary properties, and use it for multiple A73..A75 got done. |
A look at the character.jsp page for

A
with history=full shows the following:LATIN CAPITAL LETTER A was not, in fact, an emoji between Unicode 8 and Unicode 14.
However, it had this
@missing
line:# @missing: 0000..10FFFF ; Emoji ; No
And since we are parsing that as a binary property, we conclude that the entire codespace has the Emoji property (and there is an extra ignored field).
The text was updated successfully, but these errors were encountered: