Commit d2f8ca74 authored by Petr Prikryl's avatar Petr Prikryl

Japanese translator converted to UTF-8.

The decode() method removed.
parent 30b01891
...@@ -225,7 +225,7 @@ bool setTranslator(const char *langName) ...@@ -225,7 +225,7 @@ bool setTranslator(const char *langName)
#ifdef LANG_JP #ifdef LANG_JP
else if (L_EQUAL("japanese")) else if (L_EQUAL("japanese"))
{ {
theTranslator=new TranslatorDecoder(new TranslatorJapanese); theTranslator=new TranslatorJapanese;
} }
#endif #endif
#ifdef LANG_JE #ifdef LANG_JE
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment