[MPlayer-cvslog] r36578 - in trunk: gui/dialog/preferences.c help/help_mp-de.h help/help_mp-en.h
ib
subversion at mplayerhq.hu
Tue Jan 14 17:38:16 CET 2014
Author: ib
Date: Tue Jan 14 17:38:15 2014
New Revision: 36578
Log:
Fix KOI8 encodings.
There doesn't seem to exist a KOI8-U/RU encoding, so split it.
Modified:
trunk/gui/dialog/preferences.c
Changes in other areas also in this revision:
Modified:
trunk/help/help_mp-de.h
trunk/help/help_mp-en.h
Modified: trunk/gui/dialog/preferences.c
==============================================================================
--- trunk/gui/dialog/preferences.c Mon Jan 13 20:53:53 2014 (r36577)
+++ trunk/gui/dialog/preferences.c Tue Jan 14 17:38:15 2014 (r36578)
@@ -170,7 +170,8 @@ static struct
{ "ISO-8859-14", MSGTR_PREFERENCES_FontEncoding12 },
{ "ISO-8859-15", MSGTR_PREFERENCES_FontEncoding3 },
{ "KOI8-R", MSGTR_PREFERENCES_FontEncoding14 },
- { "KOI8-U/RU", MSGTR_PREFERENCES_FontEncoding15 },
+ { "KOI8-U", MSGTR_PREFERENCES_FontEncoding15 },
+ { "KOI8-RU", MSGTR_PREFERENCES_FontEncoding25 },
{ "BIG5", MSGTR_PREFERENCES_FontEncoding17 },
{ "SHIFT-JIS", MSGTR_PREFERENCES_FontEncoding18 },
{ "CP1250", MSGTR_PREFERENCES_FontEncoding22},
More information about the MPlayer-cvslog
mailing list