]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.C
Fix bug 3235
[lyx.git] / src / insets / insetfoot.C
index 103f90c1dc4bd13481d4743f5643078c35f62f18..9b698b2ff8b66cac521ba5ab1b95f94b795d38cd 100644 (file)
@@ -75,6 +75,7 @@ int InsetFoot::latex(Buffer const & buf, odocstream & os,
 
        int const i = InsetText::latex(buf, os, runparams);
        os << "%\n}";
+       runparams_in.encoding = runparams.encoding;
 
        return i + 2;
 }