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_font.py | |
parent | 6a54bcda7a2a64e465992a9984785443fd594743 (diff) | |
download | glibc-277da2ab88b5c0d20ebdb0a3e7e0948398105a14.tar glibc-277da2ab88b5c0d20ebdb0a3e7e0948398105a14.tar.gz glibc-277da2ab88b5c0d20ebdb0a3e7e0948398105a14.tar.bz2 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_font.py')
-rw-r--r-- | localedata/unicode-gen/gen_translit_font.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/localedata/unicode-gen/gen_translit_font.py b/localedata/unicode-gen/gen_translit_font.py index c6c55451f3..927f16db13 100644 --- a/localedata/unicode-gen/gen_translit_font.py +++ b/localedata/unicode-gen/gen_translit_font.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 of font equivalents.\n') translit_file.write('% Generated automatically from UnicodeData.txt ' |