From: Mike FABIAN Date: Sat, 12 Aug 2017 13:34:36 +0000 (+0200) Subject: Use U+202F instead of U+2009 as thousands_sep for es_MX X-Git-Tag: glibc-2.27~1181 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d68b451903acfa1f8c64bb168b2cbe78beeacb3d;p=thirdparty%2Fglibc.git Use U+202F instead of U+2009 as thousands_sep for es_MX See also [BZ #20756]. U+202F NARROW NO-BREAK SPACE: a narrow form of a no-break space, typically the width of a thin space or a mid space. U+2009 THIN SPACE. --- diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 20c710f216a..379abfec44e 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +2017-08-12 Mike FABIAN + + * locales/es_MX (LC_NUMERIC): Replace thin space with NNBSP as thousands separator. + 2017-08-12 Stanislav Brabec [BZ #20756] diff --git a/localedata/locales/es_MX b/localedata/locales/es_MX index fcd926d5ec0..5e8c3f690c4 100644 --- a/localedata/locales/es_MX +++ b/localedata/locales/es_MX @@ -82,7 +82,7 @@ END LC_MONETARY LC_NUMERIC decimal_point "" -thousands_sep "" +thousands_sep "" grouping 3;3 END LC_NUMERIC