es_AR locale patch

Jeff Bailey jbailey@nisa.net
Sun Sep 15 19:34:00 GMT 2002


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



More information about the Libc-alpha mailing list