Author: ib Date: Sun Jan 19 16:10:42 2014 New Revision: 36640 Log: Add option 'sub_utf8' to the GUI configuration file.
UTF-8 subtitles couldn't be set without iconv using the GUI so far. Additionally, update man page. Modified: trunk/DOCS/man/en/mplayer.1 Changes in other areas also in this revision: Modified: trunk/DOCS/man/de/mplayer.1 trunk/gui/app/cfg.c Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 Sun Jan 19 16:00:09 2014 (r36639) +++ trunk/DOCS/man/en/mplayer.1 Sun Jan 19 16:10:42 2014 (r36640) @@ -31,7 +31,7 @@ .\" Title .\" -------------------------------------------------------------------------- . -.TH MPlayer 1 "2014-01-18" "The MPlayer Project" "The Movie Player" +.TH MPlayer 1 "2014-01-19" "The MPlayer Project" "The Movie Player" . .SH NAME mplayer \- movie player @@ -669,6 +669,8 @@ sub_pos .RB ( subpos ), sub_unicode .RB ( unicode ), +sub_utf8 +.RB ( utf8 ), v_flip .RB ( flip ), v_framedrop _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
