Skip to content

Update emoji completions for Unicode 16 #56935

@inkydragon

Description

@inkydragon

We've updated to Unicode 16 #56925

Seems a good chance to update those tables:

# We combine multiple versions as the data changes, and not only by growing.
result = mapfoldr(emoji_data, merge, [
# Newer versions must be added to the bottom list as we want the newer versions to
# overwrite the old with names that changed but still keep old ones that were removed
"https://raw.githubusercontent.com/iamcal/emoji-data/0f0cf4ea8845eb52d26df2a48c3c31c3b8cad14e/emoji_pretty.json",
"https://raw.githubusercontent.com/iamcal/emoji-data/e512953312c012f6bd00e3f2ef6bf152ca3710f8/emoji_pretty.json",
"https://raw.githubusercontent.com/iamcal/emoji-data/a8174c74675355c8c6a9564516b2e961fe7257ef/emoji_pretty.json",
];

But upstream still use Unicode 15.
So maybe

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions