summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2017-08-12 15:34:36 +0200
committerMike FABIAN <mfabian@redhat.com>2017-08-12 16:03:49 +0200
commitd68b451903acfa1f8c64bb168b2cbe78beeacb3d (patch)
tree2e1048fc6258cb21c5c6ab688efeed5c48db5375
parent70a6707fa15e63591d991761be025e26e8d02bb6 (diff)
downloadglibc-d68b451903acfa1f8c64bb168b2cbe78beeacb3d.tar.gz
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.
-rw-r--r--localedata/ChangeLog4
-rw-r--r--localedata/locales/es_MX2
2 files changed, 5 insertions, 1 deletions
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 <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]
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 "<U002E>"
-thousands_sep "<U2009>"
+thousands_sep "<U202F>"
grouping 3;3
END LC_NUMERIC