Last modified: 2014-11-15 05:13:08 UTC
Created attachment 17098 [details] Input fails to render with a lexing error The given example fails to render in PNG mode with a lexing error (can someone put this in plaintext in the bug report, so it's easier to reproduce?) Extracted out of bug 48032. Screenshot by praveenp.
This is enough to see the bug: <math>ക</math>
The example in comment 1 gives the error "Failed to parse (lexing error): ക" This example: <math>\text{ക}</math> gives a different message: "Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): {\text{ക}}"
This bug is not limited to Malayalam only. Examples: Tamil: <math>\text{ப}</math>, Hindi: <math>\text{ग}</math>
This particular bug report is limited to Malayalam. Those are not just different languages, but also different alphabets, meaning a fix for this bug (e.g. a new font) will not necessarily fix those. So if you want to track those other alphabets, please file separate reports.
I don't think it's a font issue, I think it's a TeX validation issue. Does this bug occur with Mathoid enabled?