]> git.lyx.org Git - features.git/commit
Fix 480937a103708a651/lyxgit. See also #9740.
authorGünter Milde <milde@lyx.org>
Tue, 10 Nov 2015 23:10:06 +0000 (00:10 +0100)
committerGünter Milde <milde@lyx.org>
Tue, 10 Nov 2015 23:11:06 +0000 (00:11 +0100)
commit9894e0be23dafe3ad195d483ed7a0dd44cabf847
treedbd0e57bb13dcc0acc1fb0702289cf183c00ee72
parent3f52e8058c874e39ad8f368b718da890e839954f
Fix 480937a103708a651/lyxgit. See also #9740.

Actually, the changed tests were used to prevent overwriting the encoding
changed in Buffer::writeLaTeX with a language-default encoding.
This is still required for XeTeX with TeX-fonts unless a proper solution is found.

Documents with more than one encoding and TeX-fonts fail with LuaTeX,
as "luainputenc" can only handle one encoding.
src/Buffer.cpp
src/BufferParams.cpp
src/Paragraph.cpp
src/output_latex.cpp