[MPlayer-cvslog] r25947 - in trunk: gui/mplayer/gtk/opts.c help/help_mp-en.h

reimar subversion at mplayerhq.hu
Fri Feb 1 23:31:31 CET 2008


Author: reimar
Date: Fri Feb  1 23:31:30 2008
New Revision: 25947

Log:
Add windows cp1256 encoding for arabic, fixes bug #1007


Modified:
   trunk/gui/mplayer/gtk/opts.c

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

Modified: trunk/gui/mplayer/gtk/opts.c
==============================================================================
--- trunk/gui/mplayer/gtk/opts.c	(original)
+++ trunk/gui/mplayer/gtk/opts.c	Fri Feb  1 23:31:30 2008
@@ -137,6 +137,7 @@ static struct 
   { "iso-8859-5",  MSGTR_PREFERENCES_FontEncoding7 },
   { "cp1251",      MSGTR_PREFERENCES_FontEncoding21},
   { "iso-8859-6",  MSGTR_PREFERENCES_FontEncoding8 },
+  { "cp1256",      MSGTR_PREFERENCES_FontEncoding23 },
   { "iso-8859-7",  MSGTR_PREFERENCES_FontEncoding9 },
   { "iso-8859-9",  MSGTR_PREFERENCES_FontEncoding10 },
   { "iso-8859-13", MSGTR_PREFERENCES_FontEncoding11 },



More information about the MPlayer-cvslog mailing list