mirror of https://github.com/mpv-player/mpv
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:
parent
3e9b59583d
commit
7c39bad200
|
@ -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 },
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue