]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
locale-util: drop weird invisible unicode codepoints accidentally inserted in comment 14307/head
authorLennart Poettering <lennart@poettering.net>
Tue, 10 Dec 2019 20:30:39 +0000 (21:30 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 11 Dec 2019 20:46:23 +0000 (21:46 +0100)
src/basic/locale-util.c

index b3c58057841aaa7828acc32df0e97fbe7dd739ba..457280df9fe7d479d90f92f7fdd3cb2fb9acef85 100644 (file)
@@ -377,7 +377,7 @@ const char *special_glyph(SpecialGlyph code) {
                         [SPECIAL_GLYPH_SLIGHTLY_HAPPY_SMILEY]   = "\360\237\231\202",         /* 🙂 */
                         [SPECIAL_GLYPH_NEUTRAL_SMILEY]          = "\360\237\230\220",         /* 😐 */
                         [SPECIAL_GLYPH_SLIGHTLY_UNHAPPY_SMILEY] = "\360\237\231\201",         /* 🙁 */
-                        [SPECIAL_GLYPH_UNHAPPY_SMILEY]          = "\360\237\230\250",         /* 😨️️ */
+                        [SPECIAL_GLYPH_UNHAPPY_SMILEY]          = "\360\237\230\250",         /* 😨 */
                         [SPECIAL_GLYPH_DEPRESSED_SMILEY]        = "\360\237\244\242",         /* 🤢 */
                 },
         };