diff options
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 |