diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-04-23 08:56:40 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-04-23 08:56:40 +0000 |
commit | 173d664b68c2a307c07b99c3f71cb7c78cf8a4bd (patch) | |
tree | 1aca50067900d06511778dd475f3b235e746b4c4 /DOCS/man/en | |
parent | ddd64bc03c97eafb471d021e1434baaf037276e3 (diff) |
document message charset functionality
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18217 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 94a9203d7c..10912cbd33 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -577,8 +577,13 @@ Specify configuration file to be parsed after the default ones. Prints all available options. . .TP -.B \-msgcharset -FIXME: Document this! +.B \-msgcharset (see also MPLAYER_CHARSET environment variable) +Convert console messages to the specified charset (default: autodetect). +This will only come into effect after commandline parsing has finished, +use MPLAYER_CHARSET to get rid of the first lines of garbled output. +You can set this to "noconv" to completely disable the conversion (e.g. if you +have problems with iconv). Text will then be in the encoding specified +with the --charset configure option. . .TP .B \-msglevel <all=<level>:<module>=<level>:...> @@ -9392,8 +9397,9 @@ There are a number of environment variables that can be used to control the behavior of MPlayer and MEncoder. . .TP -.B MPLAYER_CHARSET -FIXME: Document this. +.B MPLAYER_CHARSET (see also \-msgcharset commandline option) +Convert console messages to the specified charset (default: autodetect). +A value of "noconv" means no conversion will be done. . .TP .B MPLAYER_HOME |