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 /localedata/unicode-gen/Makefile | |
parent | 589ac5232867e36a8242c2505a45274b6c7b0f00 (diff) | |
download | glibc-23256f5ed889266223380c02b2750d19e3fe666b.zip glibc-23256f5ed889266223380c02b2750d19e3fe666b.tar.gz glibc-23256f5ed889266223380c02b2750d19e3fe666b.tar.bz2 |
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 'localedata/unicode-gen/Makefile')
-rw-r--r-- | localedata/unicode-gen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/unicode-gen/Makefile b/localedata/unicode-gen/Makefile index 920bf0e..5b7305d 100644 --- a/localedata/unicode-gen/Makefile +++ b/localedata/unicode-gen/Makefile @@ -35,7 +35,7 @@ # files for making modifications. -UNICODE_VERSION = 7.0.0 +UNICODE_VERSION = 8.0.0 PYTHON3 = python3 WGET = wget |