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.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/translator_je.h b/src/translator_je.h
index a3195fa..894452a 100644
--- a/src/translator_je.h
+++ b/src/translator_je.h
@@ -35,13 +35,8 @@ class TranslatorJapaneseEn : public TranslatorEnglish
virtual QCString idLanguage()
{ return "japanese-en"; }
virtual QCString latexLanguageSupportCommand()
- {
- return "platex";
- }
- /*! returns the name of the package that is included by LaTeX */
- virtual QCString idLanguageCharset()
{
- return "utf-8";
+ return "platex";
}
virtual QCString trRTFansicp()
{