diff --git a/src/support/docstream.cpp b/src/support/docstream.cpp index 682aa64d54..ed00fffa0e 100644 --- a/src/support/docstream.cpp +++ b/src/support/docstream.cpp @@ -260,7 +260,7 @@ protected: else if (encoding_ == "EUC-JP") return 3; else if (encoding_ == "ISO-2022-JP") - return 5; + return 8; else if (encoding_ == "BIG5" || encoding_ == "EUC-KR" || encoding_ == "EUC-CN" || diff --git a/status.16x b/status.16x index eddcb72794..a11c07d41d 100644 --- a/status.16x +++ b/status.16x @@ -51,7 +51,8 @@ What's new * DOCUMENT INPUT/OUTPUT - +- Fix LaTeX export of an isolated Japanese character when using ISO-2022-JP + encoding (bug 5802). * USER INTERFACE