]> git.ipfire.org Git - thirdparty/glibc.git/commit
Fix doc quoting problems with Texinfo 5
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 10 Jan 2016 08:20:03 +0000 (00:20 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 10 Jan 2016 08:20:51 +0000 (00:20 -0800)
commit97ee300903cdc0a0052d09ed7c3f7779a303d625
tree89696568fbeb77720ed27b157ec8c24f81a517b0
parent812618055e5645473dc6d991b5954e40fc4dc2b5
Fix doc quoting problems with Texinfo 5

Without this change, in the info file output, Texinfo 5 quotes code
in text with undirected single quotes 'like this' and generates
code examples that with many PDF readers cannot be cut out of PDFs
and pasted into code.
* manual/libc.texinfo: Configure the libc manual like the GNU
Emacs manual, by using @documentencoding and setting
txicodequoteundirected and txicodequotebacktick.  This way,
Texinfo 5 quotes code in text with directed single quotes ‘like
this’ and produces examples that can be cut out of PDFs.  This
change causes Texinfo 5 to generate info files that contain UTF-8
characters in the set {'‘', '’', '“', '”', 'Ä', 'ä', 'ö', '−',
'–', '—', '©', '⇒', '•', '…'}, which is OK nowadays.
ChangeLog
manual/libc.texinfo