jianzhongli / MathView

A library for displaying math formula in Android apps.
Apache License 2.0
1.01k stars 190 forks source link

mathview not properly rendered when with non-english words #27

Open catsky opened 8 years ago

catsky commented 8 years ago

e.g. ( \frac {W{有} } {W{总}} )=( \frac {Gh} {Fs} )=( \frac G {nF} )

as above, on this android mathview, it will fail to render. but if I use the MathJax javascript, it would render properly on webpage. see pic image

is there any setting need to be done on mathview to support non-english words? thanks.