]> git.lyx.org Git - features.git/commit
Improve error message and ctests for input encoding cp858.
authorGünter Milde <milde@lyx.org>
Thu, 9 May 2019 07:28:37 +0000 (09:28 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:28 +0000 (15:48 +0200)
commitcd98de4129efdccec2ce1e2cb077ea06d9251608
tree054ebe54f7e1920dcdbdf329c8af3351f2770eeb
parentda0c4b1edb8cd7e647d78b36af47c5b1dac21e48
Improve error message and ctests for input encoding cp858.

Encoding cp858 supported by only some iconv variants.
Most users will want to change their "encoding" setting instead
of installing/recompiling "iconv" to support this legacy encoding.

ctests are likely will fail with either "vanilla" or "enhanced"
iconv and test a situation that is unlikely to change generally,
so we ignore this test now by default.
autotests/export/latex/cp858.lyx [deleted file]
autotests/export/latex/inputenc-cp858.lyx [new file with mode: 0644]
development/autotests/ignoredTests
development/autotests/invertedTests
development/autotests/unreliableTests
src/Buffer.cpp