]> git.donarmstrong.com Git - lilypond.git/commitdiff
Unify @documentencoding
authorJean-Charles Malahieude <lilyfan@orange.fr>
Fri, 8 May 2015 17:26:46 +0000 (19:26 +0200)
committerJean-Charles Malahieude <lilyfan@orange.fr>
Fri, 8 May 2015 17:28:17 +0000 (19:28 +0200)
before switching from texi2html to texi2any:
 utf-8 -> UTF-8 everywhere

Documentation/it/changes.tely
Documentation/topdocs/AUTHORS.texi
Documentation/topdocs/INSTALL.texi
Documentation/topdocs/README.texi
scm/documentation-lib.scm
scripts/build/lys-to-tely.py

index da3e83ebc2f1d85ccad4cb4e8a928e4142744067..e05023e9eec3b81a864473288d20ace2757acc15 100644 (file)
@@ -36,7 +36,7 @@ Vedi il manuale utente, \NAME\
 @end macro
 
 
-@documentencoding utf-8
+@documentencoding UTF-8
 @documentlanguage it
 @afourpaper
 
index d802b4310c9b534c1056c34dcc47f2635e688238..10e0827c9b10d07904e890855934a5667e292b9c 100644 (file)
@@ -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
index b562cc4d687f66b241d414be82bc3ffb5b7a722a..3497e4d4b6f1f19e0f05ca5ae5c2975ffbb623d0 100644 (file)
@@ -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
-
index 20a051f983d79a0c86d19e5eac90a962acdcf9bb..6bb28b3e087f60f79e936a57b39bdd844bcc1008 100644 (file)
@@ -1,5 +1,5 @@
 \input texinfo @c -*-texinfo-*-
-@documentencoding utf-8
+@documentencoding UTF-8
 @documentlanguage en
 @setfilename README.info
 @settitle Toplevel README
index d1bd044db9b8fcf7edaf68c0f69342d8d4884dd4..d5f451732615b469e518faf6659ba833ed9744f1 100644 (file)
@@ -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)
index ad0f7a6aa90883909cb34b58cbe7271cd7a7a59e..33e9f76f3d153eb615905d23806412d89c7316d2 100644 (file)
@@ -61,7 +61,7 @@ template = '''\input texinfo
 @setfilename %%(name)s.info
 @settitle %%(title)s
 
-@documentencoding utf-8
+@documentencoding UTF-8
 @iftex
 @afourpaper
 @end iftex