]> 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)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:58 +0000 (14:39 +0200)
commitb45a2ad74acb2ae57333b43f199a7e74a634adc9
treea209a6d60b49265a1db4384805aa310f88741b7f
parent9a976c6fb6f809ff0780a2fa47dce4225fac403c
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