about summary refs log tree commit diff
path: root/localedata/unicode-gen/Makefile
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2018-07-10 11:25:48 +0200
committerMike FABIAN <mfabian@redhat.com>2018-07-10 17:30:31 +0200
commit4beefeeb8ea80fece3d55c82b2b152ed9c78cdbe (patch)
treec4fef129f6932b676780d25d3a0335a536731e30 /localedata/unicode-gen/Makefile
parentfd70af45528d59a00eb3190ef6706cb299488fcd (diff)
downloadglibc-4beefeeb8ea80fece3d55c82b2b152ed9c78cdbe.tar.gz
glibc-4beefeeb8ea80fece3d55c82b2b152ed9c78cdbe.tar.xz
glibc-4beefeeb8ea80fece3d55c82b2b152ed9c78cdbe.zip
Put the correct Unicode version number 11.0.0 into the generated files
In some places there was still the old Unicode version 10.0.0 in the files.

	* localedata/charmaps/UTF-8: Use correct Unicode version 11.0.0 in comment.
	* localedata/locales/i18n_ctype: Use correct Unicode version in comments
	and headers.
	* localedata/unicode-gen/utf8_gen.py: Add option to specify Unicode version
	* localedata/unicode-gen/Makefile: Use option to specify Unicode version
	for utf8_gen.py
Diffstat (limited to 'localedata/unicode-gen/Makefile')
-rw-r--r--localedata/unicode-gen/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/localedata/unicode-gen/Makefile b/localedata/unicode-gen/Makefile
index c0faae5e58..c2b5fa75e1 100644
--- a/localedata/unicode-gen/Makefile
+++ b/localedata/unicode-gen/Makefile
@@ -92,7 +92,9 @@ tr_TR: gen_unicode_ctype.py
 
 UTF-8: UnicodeData.txt EastAsianWidth.txt
 UTF-8: utf8_gen.py
-	$(PYTHON3) utf8_gen.py UnicodeData.txt EastAsianWidth.txt PropList.txt
+	$(PYTHON3) utf8_gen.py -u UnicodeData.txt \
+	-e EastAsianWidth.txt -p PropList.txt \
+	--unicode_version $(UNICODE_VERSION)
 
 UTF-8-report: UTF-8 ../charmaps/UTF-8
 UTF-8-report: utf8_compatibility.py