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] Change charset of et_EE, and add et_EE.ISO-8859-15 to SUPPORTED


The charset for et_EE was changed from ISO-8859-1 to ISO-8859-15 in
2000.  Here is a patch to add a new entry to SUPPORTED, and to change
the documented default charset in the locale.

See <URL:http://www.eki.ee/itstandard/contents.html> for a standard
documenting this change, or the bugzilla entry and the debian bug for
more info and the discussion.

2004-04-17  Petter Reinholdtsen  <pere@hungry.com>

	* locales/et_EE: Change default charset for et_EE locale from
	ISO-8859-1 to ISO-8859-15, to reflect the content of
	<URL:http://www.eki.ee/itstandard/contents.html>.  Based on input
	from Indrek Hein and Meelis Roos.
	* SUPPORTED: Add et_EE.ISO-8859-15. [BZ #118]

Index: localedata/SUPPORTED
===================================================================
RCS file: /cvs/glibc/libc/localedata/SUPPORTED,v
retrieving revision 1.68
diff -u -3 -p -u -r1.68 SUPPORTED
--- localedata/SUPPORTED	19 Jan 2004 23:51:37 -0000	1.68
+++ localedata/SUPPORTED	17 Apr 2004 18:10:04 -0000
@@ -151,6 +151,7 @@ es_VE.UTF-8/UTF-8 \
 es_VE/ISO-8859-1 \
 et_EE.UTF-8/UTF-8 \
 et_EE/ISO-8859-1 \
+et_EE.ISO-8859-15/ISO-8859-15 \
 eu_ES.UTF-8/UTF-8 \
 eu_ES/ISO-8859-1 \
 eu_ES@euro/ISO-8859-15 \
Index: localedata/locales/et_EE
===================================================================
RCS file: /cvs/glibc/libc/localedata/locales/et_EE,v
retrieving revision 1.11
diff -u -3 -p -u -r1.11 et_EE
--- localedata/locales/et_EE	6 Dec 2003 07:40:37 -0000	1.11
+++ localedata/locales/et_EE	17 Apr 2004 18:10:05 -0000
@@ -17,7 +17,7 @@ comment_char %
 % Application: general
 % Users: general
 % Repertoiremap: mnemonic.ds
-% Charset: ISO-8859-1
+% Charset: ISO-8859-15
 % Distribution and use is free, also
 % for commercial purposes.
 


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