X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=buildscripts%2Ftexi-langutils.py;h=a2d8958f569ccca6d998bb627de609e41f8f987a;hb=166cd84b1eeb93a9baa33c607fbbfe7931d58e5a;hp=ac63f21ba2b49c8465903606021264d257902993;hpb=2ff11e6117fc5de4d8e87f8edc6f5459b9d15005;p=lilypond.git diff --git a/buildscripts/texi-langutils.py b/buildscripts/texi-langutils.py index ac63f21ba2..a2d8958f56 100644 --- a/buildscripts/texi-langutils.py +++ b/buildscripts/texi-langutils.py @@ -118,6 +118,7 @@ if node_blurb != '': if make_gettext: node_list_filename = 'node_list' node_list = open (node_list_filename, 'w') + node_list.write ('# -*- coding: utf-8 -*-\n') for texi_file in texi_files: process_texi (texi_file, intro_blurb, node_blurb, make_skeleton, os.path.basename (texi_file), node_list) for word in ('Up:', 'Next:', 'Previous:', 'Appendix ', 'Footnotes', 'Table of Contents'):