diff options
author | Jean-Charles Malahieude <lilyfan@orange.fr> | 2015-05-08 19:26:46 +0200 |
---|---|---|
committer | Jean-Charles Malahieude <lilyfan@orange.fr> | 2015-05-08 19:28:17 +0200 |
commit | 743385b5b963ebece3924b4e84f89ebba36678f8 (patch) | |
tree | 0be659a4173103ea249f8161345579dcf55b7c09 /scripts | |
parent | 2216631d7703c6a1b2cbbd33ea02031a60c488c7 (diff) |
Unify @documentencoding
before switching from texi2html to texi2any:
utf-8 -> UTF-8 everywhere
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/build/lys-to-tely.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lys-to-tely.py b/scripts/build/lys-to-tely.py index ad0f7a6aa9..33e9f76f3d 100644 --- a/scripts/build/lys-to-tely.py +++ b/scripts/build/lys-to-tely.py @@ -61,7 +61,7 @@ template = '''\input texinfo @setfilename %%(name)s.info @settitle %%(title)s -@documentencoding utf-8 +@documentencoding UTF-8 @iftex @afourpaper @end iftex |