I separated this out from bug 48032. Among the reported issues (https://bugzilla.wikimedia.org/show_bug.cgi?id=48032#c10), it does not preserve right-to-left order.
Version: master
Severity: normal
See Also:
T50032
I separated this out from bug 48032. Among the reported issues (https://bugzilla.wikimedia.org/show_bug.cgi?id=48032#c10), it does not preserve right-to-left order.
Version: master
Severity: normal
See Also:
T50032
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T50118 Math extension does not support complex scripts | |||
Open | None | T50032 Math extension doesn't support many languages including Malayalam, Hindi, and Tamil | |||
Resolved | Debenben | T75285 PNG fails to render with lexing error for some input containing Malayalam | |||
Resolved | TheDJ | T130967 SVG-Fallback of MathML does not show umlauts in Safari 9.0.3 | |||
Resolved | Physikerwelt | T74240 Remove PNG only rendering mode | |||
Resolved | • mobrovac | T71702 Support PNG output for mathoid | |||
Declined | Physikerwelt | T78056 Storing PNG images retrieved from mathoid | |||
Declined | Physikerwelt | T100514 use binary data rather than text data for math_mathml, math_html and math_svg fields | |||
Resolved | Physikerwelt | T94379 Travis PNG looks different from vagrant png | |||
Open | None | T173000 Math formula doesn't work in guwiki |
Preserving RTL order is broken because, handling of code points is erroneous. So adding dependency.
@Physikerwelt FYI MathJax does not have full RTL support yet -- see https://github.com/mathjax/MathJax/issues/610. There are a couple of things you can work around though.
In which way exactly doesn't MathJax support rtl? Inserting RTL text into formulas themselves?
There's T72207, but that is a very particular issue.
This will probably be an upstream bug in any case.
@Amir80 it's more involved.
For layout challenges, see http://www.w3.org/TR/arabic-math/
In addition, since MediaWiki uses the TeX-like input, the input and conversion to MathML also has to be resolved (generally speaking on the MathJax end but also on MediaWiki's restricted grammar).