[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#16337: [PATCH] doc: fix encoding error with UTF-8 characters
From: |
Paul Eggert |
Subject: |
bug#16337: [PATCH] doc: fix encoding error with UTF-8 characters |
Date: |
Fri, 03 Jan 2014 20:56:13 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 |
* 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
address@hidden UTF-8
address@hidden en
@setchapternewpage off
@c %**end of header
--
1.8.3.1
- bug#16337: [PATCH] doc: fix encoding error with UTF-8 characters,
Paul Eggert <=