summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnita Zhang <the.anitazha@gmail.com>2019-12-11 13:49:01 -0800
committerGitHub <noreply@github.com>2019-12-11 13:49:01 -0800
commit699b890bf331b690b8bab1fbbd50366345e3adbc (patch)
tree55a787451b8b42b5b6d05e9ff2d705947a9ae105
parentfaf9f10e17b06c263da03354f2a7406b4c7f848f (diff)
parent5e13bcdd0391c84423533cc98bb565ad7bb635ec (diff)
downloadsystemd-699b890bf331b690b8bab1fbbd50366345e3adbc.tar.gz
Merge pull request #14307 from poettering/unicode-fuckup
locale-util: drop weird invisible unicode codepoints accidentally ins…
-rw-r--r--src/basic/locale-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/locale-util.c b/src/basic/locale-util.c
index b3c5805784..457280df9f 100644
--- a/src/basic/locale-util.c
+++ b/src/basic/locale-util.c
@@ -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", /* 🀒 */
},
};