Mercurial > mplayer.hg
changeset 20569:02de8bb9bbba
The col utility eats non-ASCII characters without the -p option it seems.
author | diego |
---|---|
date | Wed, 01 Nov 2006 17:43:20 +0000 |
parents | 2b0bf3891361 |
children | 130a40a5f458 |
files | DOCS/tech/manpage.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/manpage.txt Wed Nov 01 17:33:45 2006 +0000 +++ b/DOCS/tech/manpage.txt Wed Nov 01 17:43:20 2006 +0000 @@ -57,7 +57,7 @@ groff is the "official" tool to convert man pages. To get good results you need a recent version (1.18.2). groff -mman -Thtml mplayer.1 > mplayer.1.html - groff -mman -Tlatin1 -rLL=78n mplayer.1 | col -bx > mplayer.1.txt + groff -mman -Tlatin1 -rLL=78n mplayer.1 | col -bxp > mplayer.1.txt The groff man page lists other output formats to use with -T. Unfortunately groff is not able to handle UTF-8 input as of version 1.19.2.