feat(glyph): add Emoji 17.0 emoji - #1808
Open
itsameandrea wants to merge 1 commit into
Open
Conversation
Add the eight new Emoji 17.0 base emoji to the glyph table: distorted face, fight cloud, hairy creature, ballet dancer (skinnable), orca, landslide, trombone, treasure chest. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Adds the eight new Emoji 17.0 (Unicode 17, September 2025) emoji to the picker database: distorted face, fight cloud, hairy creature, 🧑🩰 ballet dancer (skinnable), orca, landslide, trombone, treasure chest.
emoji-properties.cppalready carries the Unicode 17 property ranges, so onlyglyph.cppchanges.Since
gen.tsisn't in the tree, the entries were produced with a throwaway script that follows the existing table conventions: ordering and grouping from UCD 17.0emoji-test.txt, keywords from CLDR 48enannotations plus name/subgroup words, new keywords appended at the tail ofkw_pool,g_indexre-sorted, section spans updated. As a safety check, the script's round-trip over the unmodified file is byte-identical afterclang-format. Existing entries are untouched.Tested locally:
make testinsrc/lib/glyphpasses (23 cases, 1988 assertions), plus a manual check thatglyph::lookup()resolves all eight entries andemoji::applySkinTone("🧑🩰", Medium)yields the RGI sequence 🧑🏽🩰.