changeset 25915:aed6a04d98dc

Add windows cp1256 encoding for arabic, fixes bug #1007
author reimar
date Fri, 01 Feb 2008 22:31:30 +0000
parents b102c1f10728
children 19e79d9cc3f1
files gui/mplayer/gtk/opts.c help/help_mp-en.h
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gui/mplayer/gtk/opts.c	Fri Feb 01 20:14:53 2008 +0000
+++ b/gui/mplayer/gtk/opts.c	Fri Feb 01 22:31:30 2008 +0000
@@ -137,6 +137,7 @@
   { "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 },
--- a/help/help_mp-en.h	Fri Feb 01 20:14:53 2008 +0000
+++ b/help/help_mp-en.h	Fri Feb 01 22:31:30 2008 +0000
@@ -944,6 +944,7 @@
 #define MSGTR_PREFERENCES_FontEncoding20 "Thai charset (CP874)"
 #define MSGTR_PREFERENCES_FontEncoding21 "Cyrillic Windows (CP1251)"
 #define MSGTR_PREFERENCES_FontEncoding22 "Slavic/Central European Windows (CP1250)"
+#define MSGTR_PREFERENCES_FontEncoding23 "Arabic Windows (CP1256)"
 #define MSGTR_PREFERENCES_FontNoAutoScale "No autoscale"
 #define MSGTR_PREFERENCES_FontPropWidth "Proportional to movie width"
 #define MSGTR_PREFERENCES_FontPropHeight "Proportional to movie height"