]> git.lyx.org Git - features.git/blobdiff - src/coordcache.C
use more unicode in math
[features.git] / src / coordcache.C
index cd652063d53e137bc877b98b3a431625fff72140..0f7575cc9e1fcb35290bbaf33ef37ee471f888be 100644 (file)
@@ -81,7 +81,7 @@ CoordCache::dump() const {
        for (CoordCacheBase<InsetBase>::cache_type::const_iterator i = getInsets().getData().begin(); i != getInsets().getData().end(); ++i) {
                InsetBase const * inset = (*i).first;
                Point p = (*i).second;
-               lyxerr << "Inset " << inset << "(" << inset->getInsetName() << ") has point " << p.x_ << "," << p.y_ << std::endl;
+               lyxerr << "Inset " << inset << "(" << to_utf8(inset->getInsetName()) << ") has point " << p.x_ << "," << p.y_ << std::endl;
        }
 }