# HG changeset patch # User ib # Date 1389642833 0 # Node ID 87b83c8faf1d11239676957a275e07a48f1345b2 # Parent e798befc0e21b0b39668cec04131cc1d3f5e9bb0 Add UTF-8 to list of available encodings. diff -r e798befc0e21 -r 87b83c8faf1d gui/dialog/preferences.c --- a/gui/dialog/preferences.c Mon Jan 13 19:44:08 2014 +0000 +++ b/gui/dialog/preferences.c Mon Jan 13 19:53:53 2014 +0000 @@ -156,6 +156,7 @@ char * comment; } lEncoding[] = { + { "UTF-8", MSGTR_PREFERENCES_FontEncoding24 }, { "ISO-8859-1", MSGTR_PREFERENCES_FontEncoding2 }, { "ISO-8859-2", MSGTR_PREFERENCES_FontEncoding4 }, { "ISO-8859-3", MSGTR_PREFERENCES_FontEncoding5 }, diff -r e798befc0e21 -r 87b83c8faf1d help/help_mp-de.h --- a/help/help_mp-de.h Mon Jan 13 19:44:08 2014 +0000 +++ b/help/help_mp-de.h Mon Jan 13 19:53:53 2014 +0000 @@ -1002,6 +1002,7 @@ #define MSGTR_PREFERENCES_FontEncoding21 "Kyrillisch (CP1251)" #define MSGTR_PREFERENCES_FontEncoding22 "Mitteleuropäisch (CP1250)" #define MSGTR_PREFERENCES_FontEncoding23 "Arabisch (CP1256)" +#define MSGTR_PREFERENCES_FontEncoding24 "UTF-8" #define MSGTR_PREFERENCES_FontNoAutoScale "Keine automatische Skalierung" #define MSGTR_PREFERENCES_FontPropWidth "Proportional zur Breite des Films" #define MSGTR_PREFERENCES_FontPropHeight "Proportional zur Höhe des Films" diff -r e798befc0e21 -r 87b83c8faf1d help/help_mp-en.h --- a/help/help_mp-en.h Mon Jan 13 19:44:08 2014 +0000 +++ b/help/help_mp-en.h Mon Jan 13 19:53:53 2014 +0000 @@ -795,6 +795,7 @@ #define MSGTR_PREFERENCES_FontEncoding21 "Cyrillic (CP1251)" #define MSGTR_PREFERENCES_FontEncoding22 "Central European (CP1250)" #define MSGTR_PREFERENCES_FontEncoding23 "Arabic (CP1256)" +#define MSGTR_PREFERENCES_FontEncoding24 "UTF-8" #define MSGTR_PREFERENCES_FontNoAutoScale "No autoscale" #define MSGTR_PREFERENCES_FontPropWidth "Proportional to movie width" #define MSGTR_PREFERENCES_FontPropHeight "Proportional to movie height"