diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-04-23 15:42:54 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-06-11 02:10:52 -0400 |
commit | 277da2ab88b5c0d20ebdb0a3e7e0948398105a14 (patch) | |
tree | 6b62c053ab23c46577fce6418b913338a0c15e0b /localedata/unicode-gen/gen_translit_cjk_compat.py | |
parent | 6a54bcda7a2a64e465992a9984785443fd594743 (diff) | |
download | glibc-277da2ab88b5c0d20ebdb0a3e7e0948398105a14.tar.gz glibc-277da2ab88b5c0d20ebdb0a3e7e0948398105a14.tar.xz glibc-277da2ab88b5c0d20ebdb0a3e7e0948398105a14.zip |
unicode-gen: include standard comment file header
We deployed this header to all the locale files, so make sure we include it in the generated ones too so we don't lose it.
Diffstat (limited to 'localedata/unicode-gen/gen_translit_cjk_compat.py')
-rw-r--r-- | localedata/unicode-gen/gen_translit_cjk_compat.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/localedata/unicode-gen/gen_translit_cjk_compat.py b/localedata/unicode-gen/gen_translit_cjk_compat.py index eecc9cc6ee..bea6f8b614 100644 --- a/localedata/unicode-gen/gen_translit_cjk_compat.py +++ b/localedata/unicode-gen/gen_translit_cjk_compat.py @@ -63,6 +63,7 @@ def output_head(translit_file, unicode_version, head=''): else: translit_file.write('escape_char /\n') translit_file.write('comment_char %\n') + translit_file.write(unicode_utils.COMMENT_HEADER) translit_file.write('\n') translit_file.write('% Transliterations of CJK compatibility ') translit_file.write('characters.\n') |