Commit d2f8ca74 authored by Petr Prikryl's avatar Petr Prikryl
Browse files

Japanese translator converted to UTF-8.

The decode() method removed.
parent 30b01891
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ bool setTranslator(const char *langName)
#ifdef LANG_JP
  else if (L_EQUAL("japanese"))
  {
    theTranslator=new TranslatorDecoder(new TranslatorJapanese);
    theTranslator=new TranslatorJapanese;
  }
#endif
#ifdef LANG_JE