Commit 81837637 authored by Petr Prikryl's avatar Petr Prikryl

Indonesian translator converted to UTF-8.

parent ce4e4b47
...@@ -207,7 +207,7 @@ bool setTranslator(const char *langName) ...@@ -207,7 +207,7 @@ bool setTranslator(const char *langName)
#ifdef LANG_ID #ifdef LANG_ID
else if (L_EQUAL("indonesian")) else if (L_EQUAL("indonesian"))
{ {
theTranslator=new TranslatorDecoder(new TranslatorIndonesian); theTranslator=new TranslatorIndonesian;
} }
#endif #endif
#ifdef LANG_IT #ifdef LANG_IT
......
...@@ -61,7 +61,7 @@ class TranslatorIndonesian : public TranslatorAdapter_1_8_0 ...@@ -61,7 +61,7 @@ class TranslatorIndonesian : public TranslatorAdapter_1_8_0
/*! return the language charset. This will be used for the HTML output */ /*! return the language charset. This will be used for the HTML output */
virtual QCString idLanguageCharset() virtual QCString idLanguageCharset()
{ {
return "iso-8859-1"; return "utf-8";
} }
// --- Language translation methods ------------------- // --- Language translation methods -------------------
......
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