]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathParser.C
make it compile again (hopefully)
[lyx.git] / src / mathed / MathParser.C
index b8268eb72a9647ef18a0498c5152c0962758a777..34c8e8c8b12c8d815eecd2ca1e3a8a0152618c74 100644 (file)
@@ -1220,7 +1220,8 @@ void Parser::parse1(InsetMathGrid & grid, unsigned flags,
                        // FIXME: This is swallowed in inline formulas
                        string label = parse_verbatim_item();
                        MathArray ar;
-                       asArray(label, ar);
+                       // FIXME UNICODE
+                       asArray(lyx::from_utf8(label), ar);
                        if (grid.asHullInset()) {
                                grid.asHullInset()->label(cellrow, label);
                        } else {