From 743385b5b963ebece3924b4e84f89ebba36678f8 Mon Sep 17 00:00:00 2001 From: Jean-Charles Malahieude Date: Fri, 8 May 2015 19:26:46 +0200 Subject: [PATCH] Unify @documentencoding before switching from texi2html to texi2any: utf-8 -> UTF-8 everywhere --- Documentation/it/changes.tely | 2 +- Documentation/topdocs/AUTHORS.texi | 2 +- Documentation/topdocs/INSTALL.texi | 3 +-- Documentation/topdocs/README.texi | 2 +- scm/documentation-lib.scm | 2 +- scripts/build/lys-to-tely.py | 2 +- 6 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Documentation/it/changes.tely b/Documentation/it/changes.tely index da3e83ebc2..e05023e9ee 100644 --- a/Documentation/it/changes.tely +++ b/Documentation/it/changes.tely @@ -36,7 +36,7 @@ Vedi il manuale utente, \NAME\ @end macro -@documentencoding utf-8 +@documentencoding UTF-8 @documentlanguage it @afourpaper diff --git a/Documentation/topdocs/AUTHORS.texi b/Documentation/topdocs/AUTHORS.texi index d802b4310c..10e0827c9b 100644 --- a/Documentation/topdocs/AUTHORS.texi +++ b/Documentation/topdocs/AUTHORS.texi @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@documentencoding utf-8 +@documentencoding UTF-8 @documentlanguage en @setfilename AUTHORS.info @settitle AUTHORS - who did what for GNU LilyPond diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index b562cc4d68..3497e4d4b6 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@documentencoding utf-8 +@documentencoding UTF-8 @documentlanguage en @setfilename INSTALL.info @settitle INSTALL - compiling and installing GNU LilyPond @@ -25,4 +25,3 @@ @include included/compile.itexi @bye - diff --git a/Documentation/topdocs/README.texi b/Documentation/topdocs/README.texi index 20a051f983..6bb28b3e08 100644 --- a/Documentation/topdocs/README.texi +++ b/Documentation/topdocs/README.texi @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@documentencoding utf-8 +@documentencoding UTF-8 @documentlanguage en @setfilename README.info @settitle Toplevel README diff --git a/scm/documentation-lib.scm b/scm/documentation-lib.scm index d1bd044db9..d5f4517326 100644 --- a/scm/documentation-lib.scm +++ b/scm/documentation-lib.scm @@ -144,7 +144,7 @@ string-to-use). If QUOTE? is #t, embed table in a @quotation environment." "\n* GNU " name ": (" file-name "). " name "." "\n@end direntry\n" "@documentlanguage en\n" - "@documentencoding utf-8\n")) + "@documentencoding UTF-8\n")) (define (context-name name) name) 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 -- 2.39.2