From c4267303097c403d0e6af081a7b3b2560a74cd3a Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 1 Nov 2006 17:43:20 +0000 Subject: [PATCH] The col utility eats non-ASCII characters without the -p option it seems. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20585 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/manpage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS/tech/manpage.txt b/DOCS/tech/manpage.txt index a31406358c..4d07d9a99e 100644 --- a/DOCS/tech/manpage.txt +++ b/DOCS/tech/manpage.txt @@ -57,7 +57,7 @@ A setting of 4 should look readable. Here's an overview again: 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.