diff options
author | Mike FABIAN <mfabian@redhat.com> | 2017-05-31 11:10:25 +0200 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-06-22 17:02:55 +0200 |
commit | 925fac7793ba912172810767ac284a43045d41d2 (patch) | |
tree | be26daef9d0f8628d8fc80aa1ec2a63270b68ae8 /localedata/unicode-gen/Makefile | |
parent | f768b450204f54b080ea5dc5c2071940604b424c (diff) | |
download | glibc-925fac7793ba912172810767ac284a43045d41d2.tar.gz glibc-925fac7793ba912172810767ac284a43045d41d2.tar.xz glibc-925fac7793ba912172810767ac284a43045d41d2.zip |
Bug 21533: Update to Unicode 10.0.0
* Unicode 10.0.0 Support: Character encoding, character type info, and transliteration tables are all updated to Unicode 10.0.0, using generator scripts contributed by Mike FABIAN (Red Hat).
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 e38c624f3f..d62603ed3d 100644 --- a/localedata/unicode-gen/Makefile +++ b/localedata/unicode-gen/Makefile @@ -35,7 +35,7 @@ # files for making modifications. -UNICODE_VERSION = 9.0.0 +UNICODE_VERSION = 10.0.0 PYTHON3 = python3 WGET = wget |