-
-
Notifications
You must be signed in to change notification settings - Fork 44
Emoji 17.0 alpha data #996
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
Conversation
d95dd91
to
288e56b
Compare
@@ -382,17 +382,23 @@ enum Attribute { | |||
zwj("Ⓩ"), | |||
gender(Emoji.FEMALE), | |||
role(Emoji.WOMAN_STR), | |||
family(Emoji.NEUTRAL_FAMILY), | |||
family(Emoji.NEUTRAL_FAMILY, "group"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a minor fix to chart tooltips, which currently call any multi-person group a family.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rslgtm
Issue 1 is because a generated sequence looks like "1F468 1F3FF 200D 1F430 200D 1F468 1F3FF" but that should have been normalized to "1F46F 1F3FF". |
288e56b
to
0056070
Compare
Force-pushed a fix for the first three issues I noted. |
46e2d9c
to
7f8cf2c
Compare
@@ -317,6 +317,12 @@ public static Set<String> cleanProposalString(String proposalString) { | |||
ImmutableMap.<String, String>builder() | |||
.put("🧑🏿❤️💋🧑🏿", "💏🏿") | |||
.put("🧑🏿❤️🧑🏿", "💑🏿") | |||
.put("👨🏿🐰👨🏿", "👯🏿") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m still not entirely sure what distinguishes these from (say) handshakes, but it works for now.
7f8cf2c
to
991808f
Compare
One more force-push to fix ordering. Any additional changes for the remaining issues will be handled in a new PR. |
Add new emoji as draft candidates and rebuild data files. Known issues:
proposalData.txt has not been updated yet, there is an issue with the naming of the new group sequences that I haven’t tracked down yet.internal/emoji-proposals.txt thinks new group sequences are missing proposals, likely another manifestation of the previous issue.MAP_TO_COUPLES
is using MAN rather than ADULT, maybe this is the same issue yet again?Ordering is not final but should be nailed down by the upcoming UTC.