Skip to content
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

Closed
amit opened this issue Nov 1, 2014 · 5 comments
Closed

Missing half-R character in itrans map #5

amit opened this issue Nov 1, 2014 · 5 comments

Comments

@amit
Copy link

amit commented Nov 1, 2014

Hi,

Came across this IME and noticed that the ITRANS map for devanagari was missing marathi half-R character (mapped to R by itrans). I know that this is a common omission in many places where ITRANS. 

(Reference: : http://en.wikipedia.org/wiki/ITRANS search for "Marathi half-RA" on that page)

--Amit

@ratreya
Copy link
Owner

ratreya commented Nov 1, 2014

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)?

@amit
Copy link
Author

amit commented Nov 2, 2014

Hi,

Bang on! It is used commonly in Marathi e.g. third -> तिसऱ्या

Thanks!
Amit

On Sat, Nov 1, 2014 at 12:38 PM, Ranganath Atreya notifications@github.com
wrote:

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)?


Reply to this email directly or view it on GitHub
#5 (comment).

@ratreya
Copy link
Owner

ratreya commented Nov 6, 2014

I am working on incorporating this into the generic Indic Mappings. In the meantime, you can simply edit line 58 of the following file:
/Library/Input Methods/LipikaIME.app/Contents/Resources/Schemes/Transliteration/ITRANS.tlr

And change it to:
CONSONANT RRA .D, R

You will have to restart your computer for changes to take effect.

@amit
Copy link
Author

amit commented Nov 6, 2014

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

@ratreya
Copy link
Owner

ratreya commented Nov 6, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants