Fix up -msgcharset and MPLAYER_CHARSET.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18221 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-04-23 12:43:50 +00:00
parent 469c91859a
commit 127d546fd6
1 changed files with 11 additions and 9 deletions

View File

@ -577,13 +577,15 @@ Specify configuration file to be parsed after the default ones.
Prints all available options. Prints all available options.
. .
.TP .TP
.B \-msgcharset (see also MPLAYER_CHARSET environment variable) .B \-msgcharset <charset>
Convert console messages to the specified charset (default: autodetect). Convert console messages to the specified character set (default: autodetect).
This will only come into effect after commandline parsing has finished, Text will be in the encoding specified with the --charset configure option.
use MPLAYER_CHARSET to get rid of the first lines of garbled output. Set this to "noconv" to disable conversion (for e.g.\& iconv problems).
You can set this to "noconv" to completely disable the conversion (e.g. if you .br
have problems with iconv). Text will then be in the encoding specified .I NOTE:
with the --charset configure option. The option takes effect after command line parsing has finished.
The MPLAYER_CHARSET environment variable can help you get rid of
the first lines of garbled output.
. .
.TP .TP
.B \-msglevel <all=<level>:<module>=<level>:...> .B \-msglevel <all=<level>:<module>=<level>:...>
@ -9397,9 +9399,9 @@ There are a number of environment variables that can be used to
control the behavior of MPlayer and MEncoder. control the behavior of MPlayer and MEncoder.
. .
.TP .TP
.B MPLAYER_CHARSET (see also \-msgcharset commandline option) .B MPLAYER_CHARSET (also see \-msgcharset)
Convert console messages to the specified charset (default: autodetect). Convert console messages to the specified charset (default: autodetect).
A value of "noconv" means no conversion will be done. A value of "noconv" means no conversion.
. .
.TP .TP
.B MPLAYER_HOME .B MPLAYER_HOME