Expand Unicode emoji map #385
No reviewers
Labels
No labels
a11y
Bug
Bug fix
cannot reproduce
CSS
Documentation
enhancement
Feature
Feature request
Held for next release cycle
Minor change
performance
priority: critical
priority: high
priority: low
priority: medium
priority: patch welcome
regression
Translation/Locale
WIP
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AkkomaGang/akkoma-fe!385
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Oneric/akkoma-fe:emoji_update"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pulls in 267 new Unicode emoji for the emoji picker:
The new names are derived from official Unicode names with minor modifications to fit into the usual shortcode scheme and dropping the
flagprefix from country indicators.Due to a naming conflict the old "japan" emoji U+1F5FE SILHOUETTE OF JAPAN was renamed to "japan_silhouette".
It would probably make sense to generate this entire map from Unicode data to ensure comprehensiveness and make updating easier. But this would change names of existing emoji, so i only added a couple new ones this time. Relevant sources are:
This pulls in 267 new emoji: - all 258 non-deprecated country or macro region flags (composed by two regional indicators) - all 3 regional flags currently recommended for general use (Wales, Scotland, England) - a few random ones i picked out - goose - heart on fire - heart mending - transgender flag - rainbow flag - pirate flag The new names are derived from official Unicode names with minor modifications to fit into the usual shortcode scheme and dropping the flag_ prefix from country indicators. Due to a naming conflict the old "japan" emoji U+1F5FE SILHOUETTE OF JAPAN was renamed to "japan_silhouette".VERY IMPORTANT
thanks
wonder if we can get this via a dep at some point rather than manually updating it from unicode or whatever else