diff options
author | Mike FABIAN <mfabian@redhat.com> | 2015-12-10 00:30:51 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2015-12-10 00:33:48 -0500 |
commit | 23256f5ed889266223380c02b2750d19e3fe666b (patch) | |
tree | 682c926e0c81a2ba00f667157c4098672e264dbf /include/stdc-predef.h | |
parent | 589ac5232867e36a8242c2505a45274b6c7b0f00 (diff) | |
download | glibc-23256f5ed889266223380c02b2750d19e3fe666b.tar.gz glibc-23256f5ed889266223380c02b2750d19e3fe666b.tar.xz glibc-23256f5ed889266223380c02b2750d19e3fe666b.zip |
Update to Unicode 8.0.0.
Update __STDC_ISO_10646__ to 201505L for Unicode 8.0.0. Update character encoding, ctype, and transliteration tables. New scripts autogenerate transliteration tables.
Diffstat (limited to 'include/stdc-predef.h')
-rw-r--r-- | include/stdc-predef.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/include/stdc-predef.h b/include/stdc-predef.h index e5f1139003..832814590a 100644 --- a/include/stdc-predef.h +++ b/include/stdc-predef.h @@ -49,14 +49,10 @@ # define __STDC_IEC_559_COMPLEX__ 1 #endif -/* wchar_t uses Unicode 7.0.0. Version 7.0 of the Unicode Standard is - synchronized with ISO/IEC 10646:2012, plus Amendments 1 (published - on April, 2013) and 2 (not yet published as of February, 2015). - Additionally, it includes the accelerated publication of U+20BD - RUBLE SIGN. Therefore Unicode 7.0.0 is between 10646:2012 and - 10646:2014, and so we use the date ISO/IEC 10646:2012 Amd.1 was - published. */ -#define __STDC_ISO_10646__ 201304L +/* wchar_t uses Unicode 8.0.0. Version 8.0 of the Unicode Standard is + synchronized with ISO/IEC 10646:2014, plus Amendment 1 (published + 2015-05-15). */ +#define __STDC_ISO_10646__ 201505L /* We do not support C11 <threads.h>. */ #define __STDC_NO_THREADS__ 1 |