changeset 36481:87b83c8faf1d

Add UTF-8 to list of available encodings.
author ib
date Mon, 13 Jan 2014 19:53:53 +0000
parents e798befc0e21
children 6137162e1eae
files gui/dialog/preferences.c help/help_mp-de.h help/help_mp-en.h
diffstat 3 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 },
--- 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"
--- 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"