Japanese char between math insets becomes wrong in TeX output


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28732 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2009-03-09 06:47:26 +00:00
parent 3175a28893
commit bd8788f377

View File

@ -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" ||