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]

patch: Correct an_ES charset and add an_ES.ISO-8859-15 to SUPPORTED


[Jordi Mallach]
> I guess Debian's way of handling locales has confused me. Debian has
> ISO-8859-1 and ISO-8859-15 for es_ES, for example. If the correct
> way is to only have ISO-8859-15, go ahead. Definitely Aragonese
> users want the Euro sign.

Right.  Thanks for letting us know.

This patch should fix both issues:

2003-06-25  Petter Reinholdtsen  <pere@hungry.com>

	* locales/an_ES: Change default charset from ISO-8859-1 to
	ISO-8859-15 as the locale need the EURO sign.

	* SUPPORTED (SUPPORTED-LOCALES): Add an_ES.ISO-8859-15

Index: localedata/locales/an_ES
===================================================================
RCS file: /cvs/glibc/libc/localedata/locales/an_ES,v
retrieving revision 1.1
diff -u -3 -p -u -r1.1 an_ES
--- localedata/locales/an_ES    16 Jun 2003 07:29:52 -0000      1.1
+++ localedata/locales/an_ES    25 Jun 2003 18:49:57 -0000
@@ -12,7 +12,7 @@ escape_char  /
 % Date: 2003-05-22
 % Application: general
 % Users: general
-% Charset: ISO-8859-1
+% Charset: ISO-8859-15
 %
 % This file is under the
 % GNU General Public License.
Index: localedata/SUPPORTED
===================================================================
RCS file: /cvs/glibc/libc/localedata/SUPPORTED,v
retrieving revision 1.58
diff -u -3 -p -u -r1.58 SUPPORTED
--- localedata/SUPPORTED        12 Jun 2003 01:57:38 -0000      1.58
+++ localedata/SUPPORTED        25 Jun 2003 18:49:57 -0000
@@ -3,6 +3,7 @@
 # appropriate message.
 SUPPORTED-LOCALES=\
 af_ZA/ISO-8859-1 \
+an_ES/ISO-8859-15 \
 ar_AE/ISO-8859-6 \
 ar_BH/ISO-8859-6 \
 ar_DZ/ISO-8859-6 \


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