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)
#ifdef LANG_JP
else if (L_EQUAL("japanese"))
{
theTranslator=new TranslatorDecoder(new TranslatorJapanese);
theTranslator=new TranslatorJapanese;
}
#endif
#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