[PATCH 1/1] Change thousands separator to space

Yingxiang Yao yingxiang.yao@kasumi321.de
Fri Jan 19 13:31:26 GMT 2024


---
 localedata/locales/en_EU | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/localedata/locales/en_EU b/localedata/locales/en_EU
index 5c84a1ef9e..d112a1fdfb 100644
--- a/localedata/locales/en_EU
+++ b/localedata/locales/en_EU
@@ -56,7 +56,7 @@ LC_MONETARY
 int_curr_symbol      "EUR "
 currency_symbol      "€"
 mon_decimal_point    ","
-mon_thousands_sep    "."
+mon_thousands_sep    " "
 mon_grouping         3;3
 positive_sign        ""
 negative_sign        "-"
-- 
2.39.2



More information about the Libc-alpha mailing list