From 612d1a7589398744bbc7f68629c0a20c23cd58a7 Mon Sep 17 00:00:00 2001 From: Doug Felt Date: Thu, 13 Apr 2017 14:32:15 -0700 Subject: [PATCH] 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. --- emoji_aliases.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/emoji_aliases.txt b/emoji_aliases.txt index b873d741e..d4a2d34fd 100644 --- a/emoji_aliases.txt +++ b/emoji_aliases.txt @@ -253,3 +253,11 @@ fe82b;unknown_flag # no name -> no name 1f9dd_1f3ff;1f9dd_1f3ff_200d_2640 # dark skin tone 1f9de;1f9de_200d_2640 # GENIE -> female genie 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