https://bugs.freedesktop.org/show_bug.cgi?id=50451

--- Comment #3 from Julien Nabet <[email protected]> ---
To explain the patch I pushed on master, here what I noticed.
When exporting in fodt (flat odt), here's I got (which seemed ok):
    245       <math xmlns="http://www.w3.org/1998/Math/MathML"; display="block">
    246        <semantics>
    247         <mover accent="true">
    248          <mi>r</mi>
    249          <mo stretchy="false">⃗</mo>
    250         </mover>
    251         <annotation encoding="StarMath 5.0">vec r
    252 </annotation>
    253        </semantics>
    254       </math>

So the problem was the translation of this in mediawiki.
The translation uses the main xslt file
swext/mediawiki/src/filter/odt2mediawiki.xsl.
This one uses "xsltml", a package of xstl files located in "external" to manage
MathML part.

Running some tests, I found that scripts.xsl didn't manage COMBINING RIGHT
ARROW ABOVE (see http://www.fileformat.info/info/unicode/char/20d7/index.htm).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to