]> git.lyx.org Git - features.git/commit
Sanitize CJK support (fix bug 3561, 4349 and 4337):
authorJürgen Spitzmüller <spitz@lyx.org>
Sat, 8 Dec 2007 11:21:00 +0000 (11:21 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sat, 8 Dec 2007 11:21:00 +0000 (11:21 +0000)
commitdc75c0f793202468c5102d18b235080409165433
tree02da85b18cd961c7bd5f880fb783d4a8fc539e29
parent90425dd0803675a28568f1578fb978ba73a3884b
Sanitize CJK support (fix bug 3561, 4349 and 4337):

* src/output_latex.{cpp, h}:
- Many changes in order to allow CJK in a mulitlingual context.
* src/Paragraph.cpp:
- Fix file encoding switch and language nesting with CJK.
* src/Buffer.cpp:
- Move the opening and closing CJK and lanaguage tags to ouput_latex.cpp.
* src/Font.cpp:
- switchEncoding call now takes runparams as argument.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22011 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp
src/Font.cpp
src/Paragraph.cpp
src/output_latex.cpp
src/output_latex.h