]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.cpp
Remove Plex Semibolds
[lyx.git] / src / tex2lyx / tex2lyx.cpp
index 03330342452fcd40c8fdccc610be35058406ffe2..edcba48578162d2d26f3b703bd0d4139a781078a 100644 (file)
@@ -993,7 +993,7 @@ bool tex2lyx(FileName const & infilename, ostream & os, string encoding,
        // actual encoding is different (bug 7509).
        if (encoding.empty()) {
                Encoding const * enc = 0;
-               if (preamble.inputencoding() == "auto") {
+               if (preamble.inputencoding() == "auto-legacy") {
                        ifdocstream is(setEncoding("ISO-8859-1"));
                        // forbid buffering on this stream
                        is.rdbuf()->pubsetbuf(0, 0);