[MPlayer-cvslog] r36577 - in trunk: gui/dialog/preferences.c help/help_mp-de.h help/help_mp-en.h

ib subversion at mplayerhq.hu
Mon Jan 13 20:53:53 CET 2014


Author: ib
Date: Mon Jan 13 20:53:53 2014
New Revision: 36577

Log:
Add UTF-8 to list of available encodings.

Modified:
   trunk/gui/dialog/preferences.c

Changes in other areas also in this revision:
Modified:
   trunk/help/help_mp-de.h
   trunk/help/help_mp-en.h

Modified: trunk/gui/dialog/preferences.c
==============================================================================
--- trunk/gui/dialog/preferences.c	Mon Jan 13 20:44:08 2014	(r36576)
+++ trunk/gui/dialog/preferences.c	Mon Jan 13 20:53:53 2014	(r36577)
@@ -156,6 +156,7 @@ static struct
  char * comment;
 } lEncoding[] =
  {
+  { "UTF-8",       MSGTR_PREFERENCES_FontEncoding24 },
   { "ISO-8859-1",  MSGTR_PREFERENCES_FontEncoding2 },
   { "ISO-8859-2",  MSGTR_PREFERENCES_FontEncoding4 },
   { "ISO-8859-3",  MSGTR_PREFERENCES_FontEncoding5 },


More information about the MPlayer-cvslog mailing list