]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use U+202F instead of U+2009 as thousands_sep for es_MX
authorMike FABIAN <mfabian@redhat.com>
Sat, 12 Aug 2017 13:34:36 +0000 (15:34 +0200)
committerMike FABIAN <mfabian@redhat.com>
Sat, 12 Aug 2017 14:03:49 +0000 (16:03 +0200)
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
localedata/locales/es_MX

index 20c710f216ac0faf5a433f57732d8503a45a180f..379abfec44e37d1086b01266069100f60192ad50 100644 (file)
@@ -1,3 +1,7 @@
+2017-08-12  Mike FABIAN  <mfabian@redhat.com>
+
+       * locales/es_MX (LC_NUMERIC): Replace thin space with NNBSP as thousands separator.
+
 2017-08-12  Stanislav Brabec <sbrabec@suse.cz>
 
        [BZ #20756]
index fcd926d5ec0957262fbcf78451732780aa7ad9a9..5e8c3f690c4947580b47268bc799cd5581f3b0be 100644 (file)
@@ -82,7 +82,7 @@ END LC_MONETARY
 
 LC_NUMERIC
 decimal_point        "<U002E>"
-thousands_sep        "<U2009>"
+thousands_sep        "<U202F>"
 grouping             3;3
 END LC_NUMERIC