]> 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)
committerGünter Milde <milde@lyx.org>
Wed, 3 Apr 2019 13:32:44 +0000 (15:32 +0200)
commit6def81f30ff4f73a9c222651f602221c67535503
tree44374dd3f248229311802275254e9ba7ab248028
parent8033cd9a9ae95343aaaeb6b24bbd21ca9b1664b6
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