indic-transliteration / sanscript.js

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

Kannada lR / lRR #1

Closed ghost closed 11 years ago

ghost commented 12 years ago

In the code comments you've mentioned that Kannada lacks lR and lRR, which is not true. These codepoints are just fyi:

Fonts like Code2000 are also capable of displaying these characters, hope you can incorporate it, would be useful while transliterating Sanskrit to Kannada. Thanks, good work btw !

akprasad commented 11 years ago

Thanks for letting me know. I've updated the code to add support for these letters.

Do you know if Kannada has any support for the L/LL vowel marks (i.e. dependent vowels)?

ghost commented 11 years ago

Yes, they do exist:

0CE2 -- dependent vowel sign for vocalic L 0CE3 -- dependent vowel sign for vocalic LL

You can find the complete Unicode chart for Kannada here

akprasad commented 11 years ago

Aha! I had the right chart, but I was looking in the wrong place. Thanks for letting me know; Sanscript should now have full support for Kannada.