]> git.lyx.org Git - features.git/commit
Fix #10600: XeTeX with 8-bit TeX fonts requires input encodings "utf8" or "ascii".
authorGünter Milde <milde@lyx.org>
Sat, 16 Mar 2019 11:43:50 +0000 (12:43 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:23 +0000 (15:48 +0200)
commit555fc2adacc095f67a0878be36cd7fefa0af9088
tree6a4527bddc00f07e76feaaa18921b2b1bce85543
parent3a1d7b7fd311645c56ede3527755c246d96f76c2
Fix #10600: XeTeX with 8-bit TeX fonts requires input encodings "utf8" or "ascii".

* New: support also utf8 (working around false positive test in "inputenc.sty").

* Do not force the change of input encoding to "ascii".

  Deny compilation with XeTeX if a document uses TeX fonts and a non-supported input encoding.
development/autotests/ignoredTests
development/autotests/invertedTests
development/autotests/unreliableTests
lib/examples/ko/Welcome.lyx
lib/examples/ru/Welcome.lyx
lib/examples/uk/Welcome.lyx
src/Buffer.cpp
src/BufferParams.cpp
src/output_latex.cpp