This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

es_AR locale patch


Please accept this patch to correctly format numbers for the es_AR
locale.  For verification we looked at:

A major Argentinian newspaper:
http://www.clarin.com/diario/hoy/s-04201.htm
A ministry of economy chart:
http://www.mecon.gov.ar/boletin/2dotrim01/capitulos/capitulo62.htm
And finally, confirmed that Microsoft Windows 2000 shows the same
behaviour.

2002-09-15  Jeff Bailey  <jbailey@debian.org>

	* localedata/locales/es_AR: Fix es_AR number formatting.
          Thanks to Nicolas Lichtmaier for the patch, and Jordi
          Mallach for verifying it.

--- localedata/locales/es_AR~   2000/10/26 23:22:55     1.10
+++ localedata/locales/es_AR    2001/10/07 20:56:18
@@ -80,8 +80,8 @@
 
 LC_NUMERIC
 decimal_point        "<U002C>"
-thousands_sep        ""
-grouping             0;0
+thousands_sep        "<U002E>"
+grouping             3;3
 END LC_NUMERIC
 
 LC_TIME


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]