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/gen_translit_combining.py | |
parent | 589ac5232867e36a8242c2505a45274b6c7b0f00 (diff) | |
download | glibc-23256f5ed889266223380c02b2750d19e3fe666b.tar.gz |
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/gen_translit_combining.py')
-rw-r--r-- | localedata/unicode-gen/gen_translit_combining.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/localedata/unicode-gen/gen_translit_combining.py b/localedata/unicode-gen/gen_translit_combining.py index 2551ce1652..abcfeef6b6 100644 --- a/localedata/unicode-gen/gen_translit_combining.py +++ b/localedata/unicode-gen/gen_translit_combining.py @@ -169,7 +169,9 @@ def is_combining_remove(code_point): 'PAHAWH HMONG', 'MIAO', 'DUPLOYAN', - 'MENDE KIKAKUI' + 'MENDE KIKAKUI', + 'AHOM', + 'SIGNWRITING' ): if substring in name: return False |