mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
a474c8fbcd
commit
c426730309
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue