-
Notifications
You must be signed in to change notification settings - Fork 27
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
Missing half-R character in itrans map #5
Comments
Thanks for catching this. Is the Marathi half-RA the same as Eyelash-RA from the unicode charts: http://www.unicode.org/charts/PDF/U0900.pdf (see code 0931)? |
Hi, Bang on! It is used commonly in Marathi e.g. third -> तिसऱ्या Thanks! On Sat, Nov 1, 2014 at 12:38 PM, Ranganath Atreya notifications@github.com
|
I am working on incorporating this into the generic Indic Mappings. In the meantime, you can simply edit line 58 of the following file: And change it to: You will have to restart your computer for changes to take effect. |
Hey, that's great! Verified that the fix works for me! BTW I did not know there was an existing key combo to enter this character. Where did you get that from ? I am asking, because ITRANS maps it to D with a dot (ड़)! --Amit |
Unfortunately the Unicode glyph name RRA is inconsistent for Devanagari. In almost all other North Indian scripts such as Bengali and Oriya, it maps to D with nukta (http://www.unicode.org/charts/PDF/U0980.pdf) and so I chose .D for it. But as a side-effect, you have to type Dz to get D with nukta in Devanagari for ITRANS. |
Hi,
(Reference: : http://en.wikipedia.org/wiki/ITRANS search for "Marathi half-RA" on that page)
--Amit
The text was updated successfully, but these errors were encountered: