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]

Minor cosmetic Unicode patch


I had submitted this one before, but it was somehow forgotten in
2.1.97.

Markus

-- 
Markus G. Kuhn, Computer Laboratory, University of Cambridge, UK
Email: mkuhn at acm.org,  WWW: <http://www.cl.cam.ac.uk/~mgk25/>



Index: ChangeLog
===================================================================
RCS file: /cvs/glibc/libc/ChangeLog,v
retrieving revision 1.4534
diff -u -r1.4534 ChangeLog
--- ChangeLog	2000/11/07 16:49:35	1.4534
+++ ChangeLog	2000/11/07 19:52:16
@@ -1,3 +1,12 @@
+2000-11-07  Markus Kuhn  <mgk25@cl.cam.ac.uk>
+
+	* localedata/SUPPORTED: add UTF-8 versions of several widely
+	used example locales and make sure all UTF-8 locales contain
+	".UTF-8" in their name.
+
+	* include/features.h: Change __STDC_ISO_10646__ to the date printed
+	on the cover page of ISO 10646-1:2000.
+
 2000-11-07  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
 
 	* sysdeps/sh/bits/setjmp.h: Move to...
Index: include/features.h
===================================================================
RCS file: /cvs/glibc/libc/include/features.h,v
retrieving revision 1.24
diff -u -r1.24 features.h
--- features.h	2000/10/07 22:26:34	1.24
+++ features.h	2000/11/07 19:52:29
@@ -243,8 +243,8 @@
 #define __STDC_IEC_559__		1
 #define __STDC_IEC_559_COMPLEX__	1
 
-/* wchar_t uses ISO 10646-1:2000 / Unicode 3.0 */
-#define __STDC_ISO_10646__		200010L
+/* wchar_t uses ISO 10646-1 (2nd ed., published 2000-09-15) / Unicode 3.0 */
+#define __STDC_ISO_10646__		200009L
 
 /* This macro indicates that the installed library is the GNU C Library.
    For historic reasons the value now is 6 and this will stay from now
Index: localedata/SUPPORTED
===================================================================
RCS file: /cvs/glibc/libc/localedata/SUPPORTED,v
retrieving revision 1.43
diff -u -r1.43 SUPPORTED
--- SUPPORTED	2000/10/27 19:34:54	1.43
+++ SUPPORTED	2000/11/07 19:52:40
@@ -31,19 +31,23 @@
 de_BE@euro ISO-8859-15
 de_CH ISO-8859-1
 de_DE ISO-8859-1
+de_DE.UTF-8 UTF-8
 de_DE@euro ISO-8859-15
 de_LU ISO-8859-1
 de_LU@euro ISO-8859-15
 el_GR ISO-8859-7
+el_GR.UTF-8 UTF-8
 en_AU ISO-8859-1
 en_BW ISO-8859-1
 en_CA ISO-8859-1
 en_DK ISO-8859-1
 en_GB ISO-8859-1
+en_GB.UTF-8 UTF-8
 en_IE ISO-8859-1
 en_IE@euro ISO-8859-15
 en_NZ ISO-8859-1
 en_US ISO-8859-1
+en_US.UTF-8 UTF-8
 en_ZA ISO-8859-1
 en_ZW ISO-8859-1
 es_AR ISO-8859-1
@@ -70,7 +74,7 @@
 et_EE ISO-8859-1
 eu_ES ISO-8859-1
 eu_ES@euro ISO-8859-15
-fa_IR UTF-8
+fa_IR.UTF-8 UTF-8
 fi_FI ISO-8859-1
 fi_FI@euro ISO-8859-15
 fo_FO ISO-8859-1
@@ -79,6 +83,7 @@
 fr_CA ISO-8859-1
 fr_CH ISO-8859-1
 fr_FR ISO-8859-1
+fr_FR.UTF-8 UTF-8
 fr_FR@euro ISO-8859-15
 fr_LU ISO-8859-1
 fr_LU@euro ISO-8859-15
@@ -88,7 +93,7 @@
 gl_ES@euro ISO-8859-15
 gv_GB ISO-8859-1
 he_IL ISO-8859-8
-hi_IN UTF-8
+hi_IN.UTF-8 UTF-8
 hr_HR ISO-8859-2
 hu_HU ISO-8859-2
 id_ID ISO-8859-1
@@ -98,6 +103,7 @@
 it_IT@euro ISO-8859-15
 iw_IL ISO-8859-8
 ja_JP.EUC-JP EUC-JP
+ja_JP.UTF-8 UTF-8
 kl_GL ISO-8859-1
 ko_KR.EUC-KR EUC-KR
 ko_KR.UTF-8 UTF-8
@@ -105,7 +111,7 @@
 lt_LT ISO-8859-13
 lv_LV ISO-8859-13
 mk_MK ISO-8859-5
-mr_IN UTF-8
+mr_IN.UTF-8 UTF-8
 mt_MT ISO-8859-3
 nl_BE ISO-8859-1
 nl_BE@euro ISO-8859-15
@@ -120,6 +126,7 @@
 ro_RO ISO-8859-2
 ru_RU ISO-8859-5
 ru_RU.KOI8-R KOI8-R
+ru_RU.UTF-8 UTF-8
 ru_UA KOI8-U
 sk_SK ISO-8859-2
 sl_SI ISO-8859-2
@@ -132,9 +139,11 @@
 th_TH TIS-620
 tr_TR ISO-8859-9
 uk_UA KOI8-U
-vi_VN UTF-8
+vi_VN.UTF-8 UTF-8
 zh_CN GB2312
 zh_CN.GB18030 GB18030
+zh_CN.UTF-8 UTF-8
 zh_HK BIG5HKSCS
 zh_TW BIG5
 zh_TW.EUC-TW EUC-TW
+zh_TW.UTF-8 UTF-8


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