]> git.lyx.org Git - features.git/blobdiff - src/insets/insetfootlike.C
use more unicode in math
[features.git] / src / insets / insetfootlike.C
index ba832222c689135a107ca284916b572d44cf4f56..c071c3cfbc12c3b1db98b54614082738f834d7fb 100644 (file)
@@ -65,7 +65,7 @@ void InsetFootlike::draw(PainterInfo & pi, int x, int y) const
 
 void InsetFootlike::write(Buffer const & buf, std::ostream & os) const
 {
-       os << getInsetName() << "\n";
+       os << to_utf8(getInsetName()) << "\n";
        InsetCollapsable::write(buf, os);
 }