summaryrefslogtreecommitdiffstats
path: root/src/translator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator.cpp')
-rw-r--r--src/translator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translator.cpp b/src/translator.cpp
index 00b15b8..2ecbad9 100644
--- a/src/translator.cpp
+++ b/src/translator.cpp
@@ -266,6 +266,6 @@ QCString Translator::JapaneseEucToSjis( const QCString & sInput )
}
}
- return result.local8Bit();
+ return result.latin1();
}