[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r5285 - in glibc-package/trunk/debian: . patches/localedata



Author: aurel32
Date: 2012-06-06 16:02:18 +0000 (Wed, 06 Jun 2012)
New Revision: 5285

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/localedata/submitted-es_MX-decimal_point.diff
Log:
  * patches/localedata/submitted-es_MX-decimal_point.diff: fix thousand
    separator, use a space instead of a comma.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2012-06-05 20:41:17 UTC (rev 5284)
+++ glibc-package/trunk/debian/changelog	2012-06-06 16:02:18 UTC (rev 5285)
@@ -4,6 +4,8 @@
   * patches/any/cvs-pthread-builtin-expect.diff: new patch from upstream to
     use __builtin_expect in public headers only on GCC compilers.  Closes:
     #674412.
+  * patches/localedata/submitted-es_MX-decimal_point.diff: fix thousand
+    separator, use a space instead of a comma.
 
   [ Samuel Thibault ]
   * patches/hurd-i386/libpthread_librt-link.diff: Remove patch, having

Modified: glibc-package/trunk/debian/patches/localedata/submitted-es_MX-decimal_point.diff
===================================================================
--- glibc-package/trunk/debian/patches/localedata/submitted-es_MX-decimal_point.diff	2012-06-05 20:41:17 UTC (rev 5284)
+++ glibc-package/trunk/debian/patches/localedata/submitted-es_MX-decimal_point.diff	2012-06-06 16:02:18 UTC (rev 5285)
@@ -1,21 +1,31 @@
-2012-06-02  Aurelien Jarno  <aurelien@aurel32.net>
+2012-06-06  Aurelien Jarno  <aurelien@aurel32.net>
 
-	* locales/es_MX (LC_NUMERIC): Correctly set decimal_point,
-	thousands_sep and grouping.
+	* 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>).
 
 ---
- localedata/locales/es_MX |    4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
+ localedata/locales/es_MX |    6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletion(-)
 
 --- a/localedata/locales/es_MX
 +++ b/localedata/locales/es_MX
-@@ -78,7 +78,9 @@
+@@ -63,7 +63,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>"
+@@ -78,7 +78,9 @@ n_sign_posn          1
  END LC_MONETARY
  
  LC_NUMERIC
 -copy "es_ES"
 +decimal_point        "<U002E>"
-+thousands_sep        "<U002C>"
++thousands_sep        "<U0020>"
 +grouping             3;3
  END LC_NUMERIC
  


Reply to: