submitted-es_MX-decimal_point
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 14 Jan 2018 10:24:48 +0000 (10:24 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sun, 14 Jan 2018 10:24:48 +0000 (10:24 +0000)
2012-06-06  Aurelien Jarno  <aurelien@aurel32.net>

* locales/es_MX (LC_MONETARY): Set mon_thousands_sep to space
(<U0020>). (LC_NUMERIC): Set decimal_point to dot (<U002E>)
and thousands_sep to space (<U0020>).

Gbp-Pq: Topic localedata
Gbp-Pq: Name submitted-es_MX-decimal_point.diff

localedata/locales/es_MX

index 52706e0b5ede14d0c3a64fc9edcd3988923570ee..6b8704730de30dab91717e9d0f125b30642b8d37 100644 (file)
@@ -67,7 +67,7 @@ LC_MONETARY
 int_curr_symbol      "<U004D><U0058><U004E><U0020>"
 currency_symbol      "<U0024>"
 mon_decimal_point    "<U002E>"
-mon_thousands_sep    "<U002C>"
+mon_thousands_sep    "<U0020>"
 mon_grouping         3;3
 positive_sign        ""
 negative_sign        "<U002D>"
@@ -83,7 +83,7 @@ END LC_MONETARY
 
 LC_NUMERIC
 decimal_point        "<U002E>"
-thousands_sep        "<U2009>"
+thousands_sep        "<U0020>"
 grouping             3;3
 END LC_NUMERIC