fix-subtitle-encodings.patch 482 B

1234567891011121314
  1. Index: smplayer-0.6.7_20090703/src/preferences.cpp
  2. ===================================================================
  3. --- smplayer-0.6.7_20090703.orig/src/preferences.cpp
  4. +++ smplayer-0.6.7_20090703/src/preferences.cpp
  5. @@ -179,7 +179,7 @@ void Preferences::reset() {
  6. font_file = "";
  7. font_name = "";
  8. use_fontconfig = false;
  9. - subcp = "ISO-8859-1";
  10. + subcp = "cp1254";
  11. use_enca = false;
  12. enca_lang = QString(QLocale::system().name()).section("_",0,0);
  13. font_autoscale = 1;