From b8cfc240cd57682c72012b66a983d67c9bcb14f8 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 18 Jun 2023 19:21:08 +0200 Subject: [PATCH] emoji: additional gmail matches to recent unicode equivalents --- emoji-gmail.inc.pl | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/emoji-gmail.inc.pl b/emoji-gmail.inc.pl index 2cb6531..3f18cd6 100644 --- a/emoji-gmail.inc.pl +++ b/emoji-gmail.inc.pl @@ -12,44 +12,39 @@ [rockout => '\m/', 'fuzzy', 0x0270A, "rock out."], [shocked => ':-o', '', 0x1F632, "shocked"], [grin => ':D', '', 0x1F603, "grin"], -[frown => ':(', '', 0x02639, "frown"], +[nose_grin => ':-D', '', 0, "nose grin"], +[equal_grin => '=D', '', 0, "equal grin"], +[frown => ':( :-( =(', '', 0x02639, "frown"], [angry => 'x-(', '', 0x1F623, "angry"], [cool => 'B-)', '', 0x1F60E, "cool"], [cry => ":'(", '', 0x1F622, "cry"], -[equal_grin => '=D', '', 0, "equal grin"], [wink => ';)', '', 0x1F609, "wink"], +[wink_nose => ';-)', '', 0, "nose wink"], +[wink_big_nose => ';^)', 'fuzzy', 0x1F925, "big nose wink"], [straightface => ':-|', '', 0x1F610, "straight face"], [equal_smile => '=)', '', 0, "equal smile"], -[nose_grin => ':-D', '', 0, "nose grin"], -[wink_big_nose => ';^)', '', 0, "big nose wink"], -[wink_nose => ';-)', '', 0, "nose wink"], [nose_smile => ':-)', '', 0, "nose smile"], -[slant => ':-/', 'fuzzy', 0x1F616, "slant"], -[tongue => ':P', '', 0x1F61D, "tongue"], +[slant => ':-/ =/', 'fuzzy', 0x1F616, "slant"], +[tongue => ':P :-P =P', '', 0x1F61D, "tongue"], # http://tkhere.blogspot.com/2007/12/brand-new-google-chat-emoticons-no-one.html 'undocumented', [cowbell => "+/'\\", '', 0x1F514, "cowbell"], -[crab => 'V.v.V', 'ext', 0, "crab"], +[crab => 'V.v.V', 'ext', 0x1F980, "crab"], [devil => '}:-)', 'ext', 0x1F608, "devil"], -[frown => '=(', '', 0, "equal sad"], -[slant => '=/', '', 0, "equal slant"], -[tongue => '=P', '', 0, "equal tongue"], -[frown => ':-(', '', 0, "nose sad"], [smile => ':)', '', 0x0263A, "smile"], -[wince => '>.<', 'ext', 0, "wince"], -[tongue => ':-P', '', 0, "nose tongue"], +[wince => '>.<', 'ext', 0x1F623, "wince"], [pig => ':(:)', 'ext', 0x1F437, "pig"], [brokenheart => ' ':-x', 'ext', 0x1F618, "kiss"], [kissstar => ':*', 'ext', 0x1F61A, "kiss"], -[mustache => ':{', 'ext', 0, "mustache"], +[mustache => ':{', 'ext fuzzy', 0x1F978, "mustache"], # http://www.gtricks.com/google-talk-tricks/google-talk-hidden-emoticons/ -[robot => '[:|]', 'ext', 0, +[robot => '[:|]', 'ext', 0x1F916], [poo => '~@~', 'ext', 0x1F4A9], -# vi:ts=15 +# vi:ts=16 -- 2.30.0