summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-01 22:31:30 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-01 22:31:30 +0000
commit7c39bad2002e6a46cfa24f6517844ffae4230a22 (patch)
tree369889e8265fde4730d5a7a0b8997052fd75ba18
parent3e9b59583dff1ed7099cf6b311cc64d3ace9d179 (diff)
downloadmpv-7c39bad2002e6a46cfa24f6517844ffae4230a22.tar.bz2
mpv-7c39bad2002e6a46cfa24f6517844ffae4230a22.tar.xz
Add windows cp1256 encoding for arabic, fixes bug #1007
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25947 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--gui/mplayer/gtk/opts.c1
-rw-r--r--help/help_mp-en.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/gui/mplayer/gtk/opts.c b/gui/mplayer/gtk/opts.c
index 234245c908..a8db3635dd 100644
--- a/gui/mplayer/gtk/opts.c
+++ b/gui/mplayer/gtk/opts.c
@@ -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 },
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index c0606c8c1a..fe8b2557e9 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -944,6 +944,7 @@ static char help_text[]=
#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"