]> git.lyx.org Git - features.git/commit
Prevent fallback to "utf8" if "inputenc" package is not loaded.
authorGünter Milde <milde@lyx.org>
Sun, 3 Feb 2019 21:04:17 +0000 (22:04 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:57 +0000 (14:39 +0200)
commite83bbca9d9ca3413bfd712f56ba0393fe0ccc171
tree882f34b3875b9f32b6cde3253d7fa792d732260a
parenta01963f0494b6e8c331d843f6affde655a5867a6
Prevent fallback to "utf8" if "inputenc" package is not loaded.

Since April 2018, pdflatex falls back to input-encoding utf8 if
it does not detect an input encoding setting.
https://www.latex-project.org/news/latex2e-news/ltnews28.pdf

This leads to failure with CJK legacy encodings and may not
be what you want if selecting "Language Default (no inputenc)"
as document input-encoding.
src/BufferParams.cpp