fix for texinfo2man.c (redux)

"Anthony J. Bentley" <[email protected]> Fri, 7 Mar 2014 22:14:36 -0700
Newsgroups gmane.comp.gnu.indent.bugs
Message-ID <CAFRrxynjVveBPDgzJxCZCgmgObnTTxNusZXuVq7i0BEmNbce5Q@mail.gmail.com>
Hi,

The indent(1) man page looks funny in a Unicode environment. It turns
out that's due to a bug in texinfo2man. It converts TeX quotes (` ')
to troff grave/acute accents (\` \') instead of troff quotes (\(oq
\(cq)). As a result, the manpage looks funny in terminals that use
Unicode characters.

It turns out this was reported nearly nine years ago:

https://lists.gnu.org/archive/html/bug-indent/2005-07/msg00000.html

Attached is the patch again, along with a minor change (replacing
malloc.h, which is not in POSIX, with stdlib.h).

Please commit. The diff is small. Thanks.

-- 
Anthony J. Bentley

_______________________________________________
bug-indent mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-indent
patch-man_texinfo2man_c (application/octet-stream, 880 B) - not displayed