]> git.lyx.org Git - lyx.git/blobdiff - src/output_plaintext.cpp
* There are cases where updateLabels is not called because no
[lyx.git] / src / output_plaintext.cpp
index b1c4ec88adc6b262b9e876af5677cf92e38fa8af..452b4c10d834f4fc792cec6bfaa87bb53df0de27 100644 (file)
@@ -35,7 +35,6 @@ void writePlaintextFile(Buffer const & buf, FileName const & fname,
        OutputParams const & runparams)
 {
        odocfstream ofs;
-       ofs << setEncoding("UTF-8");
        if (!openFileWrite(ofs, fname))
                return;
        writePlaintextFile(buf, ofs, runparams);