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]

ISO 10646-1:2000 published / __STDC_ISO_10646__ patch


The international standard

  ISO/IEC 10646-1:2000
  Information technology --
  Universal Multiple-Octet Coded Character Set (UCS) --
  Part 1: Architecture and Basic Multilingual Plane

was published on 2000-10-05 according to

  http://www.iso.ch/cate/d29819.html

and you can now order your copy (either on paper or PDF CDROM) from the
above URL for 80 CHF (~53 EUR, ~45 USD, 32 GBP).

The attached patch updates the value of __STDC_ISO_10646__ accordingly.

Markus

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

Index: features.h
===================================================================
RCS file: /cvs/glibc/libc/include/features.h,v
retrieving revision 1.23
diff -u -r1.23 features.h
--- features.h	2000/10/02 21:52:27	1.23
+++ features.h	2000/10/07 10:16:05
@@ -243,8 +243,8 @@
 #define __STDC_IEC_559__		1
 #define __STDC_IEC_559_COMPLEX__	1
 
-/* wchar_t uses Unicode 3.0.  */
-#define __STDC_ISO_10646__		200001L
+/* wchar_t uses ISO 10646-1:2000 / Unicode 3.0 */
+#define __STDC_ISO_10646__		200010L
 
 /* 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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]