Open
Conversation
forresto
commented
Sep 24, 2025
| // Grouped emoji list with qualifier | ||
| 'emoji-group.txt': `https://unicode.org/Public/emoji/${version}/emoji-test.txt`, | ||
| // Grouped emoji list with qualifier (URL changed with 17.0.0) | ||
| 'emoji-group.txt': `https://unicode.org/Public/${version}.0/emoji/emoji-test.txt`, |
Author
There was a problem hiding this comment.
The .0 here isn't great, but unicode.org decided to mix things up.
forresto
commented
Sep 24, 2025
|
|
||
| const stats = { | ||
| dual_skin_tone_support: 13, // This needs to be found manually | ||
| dual_skin_tone_support: 19, // This needs to be found manually |
Author
There was a problem hiding this comment.
Newly supporting dual skin tone:
- people_with_bunny_ears
- men_with_bunny_ears
- women_with_bunny_ears
- people_wrestling
- men_wrestling
- women_wrestling
|
@muan would you be willing to merge this soon? I'd love to use the latest changes :) |
This was referenced Nov 26, 2025
Owner
|
Hi. Apologies for the delay, but I usually don't merge until Apple has update their emoji set so I verify easily. Looks like that is slated for March 2026 (next month) for both Google and Apple. Thanks for the PR! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I appreciate the care that goes into this project and emojilib.
Unicode 17.0 is new as of this month, and I'm looking at supporting it in our app. Let me know if I can make any changes.