* doc/automake.texi: Specify @documentencoding and
@documentlanguage, to prevent encoding errors for parts of this
input file that are UTF-8. This also causes the .info output to
use curly quotes, which is easier to read though it does assume
UTF-8 support.
---
doc/automake.texi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/automake.texi b/doc/automake.texi
index 6d90182..d9083a0 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -2,6 +2,8 @@
@c %**start of header
@setfilename automake.info
@settitle automake
+@documentencoding UTF-8
+@documentlanguage en
@setchapternewpage off
@c %**end of header
--
1.8.3.1