]> git.lyx.org Git - features.git/blobdiff - src/output_docbook.C
Move counters toward unicode.
[features.git] / src / output_docbook.C
index 16ef71411c665c6ae9655d4f989c6aa5e80fa787..eb1097043f6cdc317a20f47a88db704dab2e286e 100644 (file)
@@ -235,8 +235,7 @@ ParagraphList::const_iterator makeCommand(Buffer const & buf,
        // Label around sectioning number:
        if (!bstyle->labeltag().empty()) {
                sgml::openTag(os, bstyle->labeltag());
-                // FIXME UNICODE
-               os << lyx::from_ascii(expandLabel(buf, bstyle, false));
+               os << expandLabel(buf, bstyle, false);
                sgml::closeTag(os, bstyle->labeltag());
        }