summaryrefslogtreecommitdiffstats
path: root/src/translator_je.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_je.h')
-rw-r--r--src/translator_je.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/translator_je.h b/src/translator_je.h
index c6bfdcb..a3195fa 100644
--- a/src/translator_je.h
+++ b/src/translator_je.h
@@ -41,14 +41,7 @@ class TranslatorJapaneseEn : public TranslatorEnglish
/*! returns the name of the package that is included by LaTeX */
virtual QCString idLanguageCharset()
{
- //if (Config_getBool("USE_WINDOWS_ENCODING"))
- //{
- // return "Shift_JIS";
- //}
- //else
- //{
- return "euc-jp";
- //}
+ return "utf-8";
}
virtual QCString trRTFansicp()
{