[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1262,1.1263
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sun Apr 23 10:56:43 CEST 2006
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv9607
Modified Files:
mplayer.1
Log Message:
document message charset functionality
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.1262
retrieving revision 1.1263
diff -u -r1.1262 -r1.1263
--- mplayer.1 22 Apr 2006 23:53:52 -0000 1.1262
+++ mplayer.1 23 Apr 2006 08:56:40 -0000 1.1263
@@ -577,8 +577,13 @@
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 @@
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
More information about the MPlayer-DOCS
mailing list