From: Severin Meyer Date: Mon, 4 May 2015 17:39:49 +0000 (+0200) Subject: Correct the mapping of the smiling emoticon X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=28e1b9e4d877296cfe8cdd3e398cc2e4a34ae956;p=xonotic%2Fxonstat.git Correct the mapping of the smiling emoticon --- diff --git a/xonstat/util.py b/xonstat/util.py index 44933e7..5430fe1 100644 --- a/xonstat/util.py +++ b/xonstat/util.py @@ -66,7 +66,7 @@ _qfont_unicode_glyphs = [ u'\u005F', u'\u2747', u'\u2020', u'\u00B7', u'\U0001F52B', u'\u0020', u'\u0020', u'\u25A0', u'\u2022', u'\u2192', u'\u2748', u'\u2748', - u'\u005B', u'\u005D', u'\U0001F47D', u'\U0001F60F', + u'\u005B', u'\u005D', u'\U0001F47D', u'\U0001F603', u'\U0001F61E', u'\U0001F635', u'\U0001F615', u'\U0001F60A', u'\u00AB', u'\u00BB', u'\u2022', u'\u203E', u'\u2748', u'\u25AC', u'\u25AC', u'\u25AC', @@ -98,7 +98,7 @@ _qfont_unicode_glyphs = [ u'\u00A1', u'\u004F', u'\u0055', u'\u0049', u'\u0043', u'\u00A9', u'\u00AE', u'\u25A0', u'\u00BF', u'\u25B6', u'\u2748', u'\u2748', - u'\u2772', u'\u2773', u'\U0001F47D', u'\U0001F60F', + u'\u2772', u'\u2773', u'\U0001F47D', u'\U0001F603', u'\U0001F61E', u'\U0001F635', u'\U0001F615', u'\U0001F60A', u'\u00AB', u'\u00BB', u'\u2747', u'\u0078', u'\u2748', u'\u2014', u'\u2014', u'\u2014',