Skip to content

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

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Emoji 17.0 alpha data #996

merged 1 commit into from
Jan 9, 2025

Conversation

nedley
Copy link
Contributor

@nedley nedley commented Jan 8, 2025

Add new emoji as draft candidates and rebuild data files. Known issues:

  1. 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.
  2. internal/emoji-proposals.txt thinks new group sequences are missing proposals, likely another manifestation of the previous issue.
  3. MAP_TO_COUPLES is using MAN rather than ADULT, maybe this is the same issue yet again?
  4. emoji-released.html (not part of this commit) has two Sample columns, probably due to how I handled the Sark flag for 16.0.
  5. New wrestling sequences have a claimed age of E3.0, which is interesting because the bunny ears sequences are fine.
  6. Ordering is not final but should be nailed down by the upcoming UTC.

@nedley nedley requested review from macchiati and markusicu January 8, 2025 23:34
@nedley nedley force-pushed the ned/emoji_17_alpha branch from d95dd91 to 288e56b Compare January 8, 2025 23:37
@@ -382,17 +382,23 @@ enum Attribute {
zwj("Ⓩ"),
gender(Emoji.FEMALE),
role(Emoji.WOMAN_STR),
family(Emoji.NEUTRAL_FAMILY),
family(Emoji.NEUTRAL_FAMILY, "group"),
Copy link
Contributor Author

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.

markusicu
markusicu previously approved these changes Jan 8, 2025
Copy link
Member

@markusicu markusicu left a comment

Choose a reason for hiding this comment

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

rslgtm

@nedley
Copy link
Contributor Author

nedley commented Jan 9, 2025

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".

@nedley
Copy link
Contributor Author

nedley commented Jan 9, 2025

Force-pushed a fix for the first three issues I noted.

@nedley nedley force-pushed the ned/emoji_17_alpha branch 2 times, most recently from 46e2d9c to 7f8cf2c Compare January 9, 2025 01:19
@@ -317,6 +317,12 @@ public static Set<String> cleanProposalString(String proposalString) {
ImmutableMap.<String, String>builder()
.put("🧑🏿‍❤️‍💋‍🧑🏿", "💏🏿")
.put("🧑🏿‍❤️‍🧑🏿", "💑🏿")
.put("👨🏿‍🐰‍👨🏿", "👯🏿")
Copy link
Contributor Author

@nedley nedley Jan 9, 2025

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.

@nedley nedley force-pushed the ned/emoji_17_alpha branch from 7f8cf2c to 991808f Compare January 9, 2025 18:16
@nedley
Copy link
Contributor Author

nedley commented Jan 9, 2025

One more force-push to fix ordering. Any additional changes for the remaining issues will be handled in a new PR.

@nedley nedley merged commit 3f7f0af into main Jan 9, 2025
19 of 20 checks passed
@nedley nedley deleted the ned/emoji_17_alpha branch January 9, 2025 22:15
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.

4 participants