]> git.lyx.org Git - features.git/commit
Check for CJK instead of CJKutf8.
authorGünter Milde <milde@lyx.org>
Tue, 5 Feb 2019 10:31:27 +0000 (11:31 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:57 +0000 (14:39 +0200)
commit1ee93ae48944a795a64a7ec20601d64ac66cf031
treea47218ea85722fae33e56d138694740d0eb9aee4
parente83bbca9d9ca3413bfd712f56ba0393fe0ccc171
Check for CJK instead of CJKutf8.

The specific test was introduced in ef6be5f4 because
CJKutf8 was relatively new (cf. lyx.org/trac/ticket/5386).

10 years on, CJKutf8 is an established part of the CJK bundle
and we can skip the special test for CJKutf8 to make the logic
considerabely simpler to read, maintain and debug.
lib/chkconfig.ltx
lib/doc/LaTeXConfig.lyx
src/BufferParams.cpp
src/output_latex.cpp