indic-transliteration / sanscript.js

Transliteration package for Indian scripts
MIT License
98 stars 39 forks source link

Oriya vocalic lR/lRR #3

Closed ghost closed 11 years ago

ghost commented 11 years ago

Hi,

Oriya is also "Sanskrit-complete" too in the sense that the vocalic L/Rs were already encoded in Unicode 5.1. You can view these characters, if you've installed, say Lohit Oriya font.

\u0B0B : vocalic R \u0BOC : vocalic L \u0B60 : vocalic RR \u0B61 : vocalic LL \u0B43 : vowel sign vocalic R \u0B44 : vowel sign vocalic RR \u0B62 : vowel sign vocalic L \u0B63 : vowel sign vocalic LL

akprasad commented 11 years ago

Thanks for letting me know. I've updated the code to add support for these letters. Sanscript should now have full support for Oriya.

ghost commented 11 years ago

Thanks, I see that you updated the code but not the comments :) { It still says missing lR / lRR }

akprasad commented 11 years ago

Thanks for catching that. I've updated the comments.