From e8c3409d403370f267e95bce3119794f5f361e88 Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Thu, 9 Jan 2025 12:50:42 +0100 Subject: [PATCH] Remove 4 unintentional uses of zero-width space and zero-width non-joiner. --- core/string/locales.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/string/locales.h b/core/string/locales.h index ceab379eba1..f80e07789b7 100644 --- a/core/string/locales.h +++ b/core/string/locales.h @@ -1110,7 +1110,7 @@ static const char *script_list[][2] = { { "Meitei Mayek", "Mtei" }, { "Multani", "Mult" }, { "Myanmar / Burmese", "Mymr" }, - { "​Nag Mundari", "Nagm" }, + { "Nag Mundari", "Nagm" }, { "Nandinagari", "Nand" }, { "Old North Arabian", "Narb" }, { "Nabataean", "Nbat" },