mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
Fix bug 5802 (http://bugzilla.lyx.org/show_bug.cgi?id=5802)
Japanese char between math insets becomes wrong in TeX output git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28797 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0f93daf6a3
commit
64aa11b124
@ -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" ||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user