summaryrefslogtreecommitdiffstats
path: root/src/translator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator.h')
-rw-r--r--src/translator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/translator.h b/src/translator.h
index cc75d94..725c288 100644
--- a/src/translator.h
+++ b/src/translator.h
@@ -44,6 +44,9 @@ class Translator
/*! Returns the string converted from windows-1251 to koi8-r. */
QCString Windows1251ToKoi8R( const QCString & sInput );
+
+ /*! Returns the string converted from Japanese-EUC to SJIS. */
+ QCString JapaneseEucToSjis( const QCString & sInput );
public: