From d68b451903acfa1f8c64bb168b2cbe78beeacb3d Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Sat, 12 Aug 2017 15:34:36 +0200 Subject: 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. --- localedata/ChangeLog | 4 ++++ localedata/locales/es_MX | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 20c710f216..379abfec44 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 fcd926d5ec..5e8c3f690c 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 -- cgit 1.4.1