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_combining.py | |
parent | 6a54bcda7a2a64e465992a9984785443fd594743 (diff) | |
download | glibc-277da2ab88b5c0d20ebdb0a3e7e0948398105a14.zip glibc-277da2ab88b5c0d20ebdb0a3e7e0948398105a14.tar.gz glibc-277da2ab88b5c0d20ebdb0a3e7e0948398105a14.tar.bz2 |
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_combining.py')
-rw-r--r-- | localedata/unicode-gen/gen_translit_combining.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/localedata/unicode-gen/gen_translit_combining.py b/localedata/unicode-gen/gen_translit_combining.py index a60d11b..48742b5 100644 --- a/localedata/unicode-gen/gen_translit_combining.py +++ b/localedata/unicode-gen/gen_translit_combining.py @@ -62,6 +62,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 that remove all ') translit_file.write('combining characters (accents,\n') |