-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support UTF8 #82
Comments
Thanks for the report. That issue is definitely on the radar, see #35. In the meantime, please try to use |
Generally, the only symbols allowed in maths are the letters from the Latin, Greek, and occasionally Hebrew alphabets. Do we really need general support for other character sets? |
Yes, we need (if possible). I'm using Cyrillic in my maths all the time :) Yes, Cyrillic characters are sometimes used as actual math symbols and not only text annotations; some of the areas in my scientific field (computational electrodynamics) are full of those |
Hmm, I see. I guess it's only something done in countries where Cyrillic is the ordinary script anyway... explains why we never see it in the West. I wonder if Chinese characters are used, even... Even in Russia, Latin characters are more common though, right? |
These are extremely rare in international papers, but they aren't uncommon in the local documentation (especially in government regulations and patent descriptions). Also I have to translate these symbols myself when I'm writing papers for international journals, and that generally confuses everyone (both local and foreign reviewers, my teammates, myself). Please note that in my experience TeX doesn't allow any non-standard characters outside of the |
I tried to use If it's not allowed to use symbols other than the standard ones, maybe you could declare an array of the positions of non-standard symbols in the equation so We can replace it in the string by |
Can you post exactly what you're doing? The |
I've downloaded the
When I try to parse |
Try 0.3.1 for a start. |
I tried now to upgrade to |
Okay. @ForNeVeR can answer this hopefully. You've definitely set something up wrong on your end, however... |
Well, it won't be an easy task. I've started the work in the branch, and currently I'm struggling with |
Well, guys, we have rudimentary support for UTF-8 now. I wasn't able do everything in one go, so now new features in that direction will depend on our dear users' needs. Feel free to open new tickets regarding concrete features we lack. As an example, this will now work:
|
Can you support UTF8 symbols? I can't add symbols from other languages than English!
The text was updated successfully, but these errors were encountered: