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

requesting help with vowel "R" #1

Open
gilbh opened this issue Jul 17, 2018 · 2 comments
Open

requesting help with vowel "R" #1

gilbh opened this issue Jul 17, 2018 · 2 comments

Comments

@gilbh
Copy link

gilbh commented Jul 17, 2018

Hi!

I need help with the vowel "R" which -- when switching from hk to iast -- is the only one that is not converted. (R is not converted also when switching from any of the other available schemes, sanskrit and kannada, just click the option buttons in the sample below).

I have implemented sanscript into the following code:
https://www.oilpaintingsgallery.com/knn/idx.asp
(u: kannada pw: kannaDa)

I am very new to this environment, so please excuse for beginner's bugs!

Thanks,
Gil.

@akprasad
Copy link

Sorry for the late reply! I don't frequently check GitHub these days.

I logged into the site you mentioned and opened the Chrome developer console. I tried the following two lines, which produced the expected output:

> Sanscript.t('R', 'hk', 'iast');
< "ṛ"
> Sanscript.t('RR', 'hk', 'iast');
< "ṝ"

I wish I could help with debugging the issue, but unfortunately there's other work I need to prioritize. But as a starting point it may be useful to add a console.log(from, to); before your Sanscript.t call.

Best of luck!

@gilbh
Copy link
Author

gilbh commented Jul 25, 2018 via email

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

No branches or pull requests

2 participants