]> git.lyx.org Git - features.git/commit
Don't switch encodings when a document wide encoding is specified.
authorGünter Milde <milde@lyx.org>
Wed, 27 Feb 2019 13:01:53 +0000 (14:01 +0100)
committerGünter Milde <milde@lyx.org>
Thu, 28 Feb 2019 21:55:43 +0000 (22:55 +0100)
commite665715fc488c31476facfab6a8fcf6f7b7a3528
tree873ed49c47a2380f23f8c2f7cc01ad2a5cdb1b11
parent9d6b71c6b3db62f0d1fe6338379c2bf226bedfa5
Don't switch encodings when a document wide encoding is specified.

Remove special code for CJK that is no longer required after
we use CJKutf8 document-wide with inputenc "utf8-cjk"
(and "utf8" for languages requiring CJK) (since 7bbf333fa100).

CJK characters can no longer be used with a document-wide 8-bit encoding.
(Hint: Use utf8-cjk or one of the CJK legacy encodings if your document contains CJK characters.)
src/output_latex.cpp