]> git.lyx.org Git - lyx.git/commit
inputenc only expects one option
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 17 Dec 2022 14:04:54 +0000 (15:04 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 17 Dec 2022 14:14:47 +0000 (15:14 +0100)
commit9716e79624a4d39b03f037dbc7cbfb093ff3f2bc
treefd146db73afdabdcca7119649c0449fdc70a610a
parent19ceef7f862b8743ceed9650a92120d282d8664f
inputenc only expects one option

File switches with documents are done via \inputencoding.
Other than with fontenc, these do not need to be laoded via options
beforehand.

Also, out current code loaded the additional languages' encoding last,
which might result in wrong encoding settings.
src/BufferParams.cpp