[PATCH] CP1250 encoding to GUI and UTF-8 to font.desc

From: Nikola Smolenski <smolensk@eunet.yu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10183 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2003-05-25 17:26:31 +00:00
parent c967a75909
commit bbd2eafbb1
2 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,7 @@ static struct
{ "iso-8859-1", MSGTR_PREFERENCES_FontEncoding2 },
{ "iso-8859-15", MSGTR_PREFERENCES_FontEncoding3 },
{ "iso-8859-2", MSGTR_PREFERENCES_FontEncoding4 },
{ "cp1250", MSGTR_PREFERENCES_FontEncoding22},
{ "iso-8859-3", MSGTR_PREFERENCES_FontEncoding5 },
{ "iso-8859-4", MSGTR_PREFERENCES_FontEncoding6 },
{ "iso-8859-5", MSGTR_PREFERENCES_FontEncoding7 },

View File

@ -576,6 +576,7 @@ static char help_text[]=
#define MSGTR_PREFERENCES_FontEncoding19 "Korean charset (CP949)"
#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_FontNoAutoScale "No autoscale"
#define MSGTR_PREFERENCES_FontPropWidth "Proportional to movie width"
#define MSGTR_PREFERENCES_FontPropHeight "Proportional to movie height"