mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-06-07 23:37:58 +00:00
Add aliases for legacy android sequences.
Standard Unicode (emoji v5) does not define skin tones for wrestlers, but android does. Alias the skin tone variants of the non-gender- specific emoji to the corresponding male emoji, as we do for the non-skin-tone version.
This commit is contained in:
parent
8f0ab6079e
commit
612d1a7589
1 changed files with 8 additions and 0 deletions
|
@ -253,3 +253,11 @@ fe82b;unknown_flag # no name -> no name
|
||||||
1f9dd_1f3ff;1f9dd_1f3ff_200d_2640 # dark skin tone
|
1f9dd_1f3ff;1f9dd_1f3ff_200d_2640 # dark skin tone
|
||||||
1f9de;1f9de_200d_2640 # GENIE -> female genie
|
1f9de;1f9de_200d_2640 # GENIE -> female genie
|
||||||
1f9df;1f9df_200d_2640 # ZOMBIE -> female zombie
|
1f9df;1f9df_200d_2640 # ZOMBIE -> female zombie
|
||||||
|
|
||||||
|
# legacy android sequences
|
||||||
|
# wrestlers -> men wrestling
|
||||||
|
1f93c_1f3fb;1f93c_1f3fb_200d_2642 # light skin tone
|
||||||
|
1f93c_1f3fc;1f93c_1f3fc_200d_2642 # medium-light skin tone
|
||||||
|
1f93c_1f3fd;1f93c_1f3fd_200d_2642 # medium skin tone
|
||||||
|
1f93c_1f3fe;1f93c_1f3fe_200d_2642 # medium-dark skin tone
|
||||||
|
1f93c_1f3ff;1f93c_1f3ff_200d_2642 # dark skin tone
|
||||||
|
|
Loading…
Add table
Reference in a new issue