Add windows cp1256 encoding for arabic, fixes bug #1007

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25947 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-02-01 22:31:30 +00:00
parent 3e9b59583d
commit 7c39bad200
2 changed files with 2 additions and 0 deletions

View File

@ -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 },

View File

@ -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"