Expand Unicode emoji map #385

Merged
floatingghost merged 1 commit from Oneric/akkoma-fe:emoji_update into develop 2024-05-28 02:24:07 +00:00
Member

This pulls in 267 new Unicode emoji for the emoji picker:

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

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 Unicode emoji for the emoji picker: - 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". 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: - https://unicode.org/Public/emoji/15.1/emoji-sequences.txt - https://unicode.org/Public/emoji/15.1/emoji-zwj-sequences.txt - https://unicode.org/Public/UCD/latest/ucd/UnicodeData.txt (to get names for codepoints implicitly listed inside range expressions in the above two)
Oneric added 1 commit 2024-04-04 20:09:32 +00:00
Expand Unicode emoji map
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
0e07d88afa
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".

pirate flag

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

>pirate flag 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
floatingghost merged commit 1a49a1b3ac into develop 2024-05-28 02:24:07 +00:00
floatingghost deleted branch emoji_update 2024-05-28 02:24:07 +00:00
Sign in to join this conversation.
No description provided.