mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
14a5d07df6
If we call tex2lyx on a temporary file created from the clipboard, the file is always in utf8 encoding, without any temporary changes, even if it contains encoding changing LaTeX commands. Therefore, we must tell tex2lyx to use a fixed utf8 encoding for the whole file, and this is done using the new latexclipboard format. Previously, tex2lyx thought the encoding was latin1. As a side effect, the -e option is now also documented in the man page. |
||
---|---|---|
.. | ||
test | ||
.gitignore | ||
boost.cpp | ||
CMakeLists.txt | ||
Context.cpp | ||
Context.h | ||
dummy_impl.cpp | ||
Makefile.am | ||
math.cpp | ||
Parser.cpp | ||
Parser.h | ||
pch.h | ||
Preamble.cpp | ||
Preamble.h | ||
table.cpp | ||
tex2lyx.1in | ||
tex2lyx.cpp | ||
tex2lyx.h | ||
text.cpp | ||
TODO.txt |