]> git.lyx.org Git - lyx.git/blobdiff - src/output_plaintext.cpp
Embedding: saving inzip name to .lyx file so that embedded files can always be found...
[lyx.git] / src / output_plaintext.cpp
index 2ce6aee5c75d44aa713d984d8accb0e471e35b6b..452b4c10d834f4fc792cec6bfaa87bb53df0de27 100644 (file)
@@ -34,7 +34,7 @@ namespace lyx {
 void writePlaintextFile(Buffer const & buf, FileName const & fname,
        OutputParams const & runparams)
 {
-       odocfstream ofs("UTF-8");
+       odocfstream ofs;
        if (!openFileWrite(ofs, fname))
                return;
        writePlaintextFile(buf, ofs, runparams);