]> git.lyx.org Git - features.git/commit
Fix handling of Thai tis620-0 input encoding.
authorGünter Milde <milde@lyx.org>
Tue, 8 Jan 2019 09:52:20 +0000 (10:52 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:55 +0000 (14:39 +0200)
commit69a0b105443fd91734b89a2d56f4da6b9f09cfc4
tree7b58fbb1d0be0670a9ba3fdd9dcda05d66adc4b4
parent658258c17d3b2100cb3b0e676b27a94eaa59712a
Fix handling of Thai tis620-0 input encoding.

The Thai tis620-0 input encoding is supported via the inputenc "plug in"
(data) file tis620.def from https://ctan.org/pkg/babel-thai.

We can handle it like the other contributed input encodings, e.g.,
Greek (ISO 8859-7) and the several Cyrillic encodings from
http://www.ctan.org/pkg/latex-cyrillic.

Under TeXLive 2018, the input encoding defaults to utf8, if there is no call to
inputenc. The added test file fails without the patch but compiles fine, if the
file "tis620.def" is present in the TEXPATH.
autotests/export/latex/inputenc-tis620-0.lyx [new file with mode: 0644]
lib/encodings
src/output_latex.cpp