-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
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:
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 Best of luck! |
Arun,
This is incredibly helpful, thanks!
I will play around with this a bit and post and update...
Best,
Gil.
Gil Ben-Herut, PhD
Assistant Professor
Member of the Religion in South Asia Steering Committee, American Academy
of Religion
Director of the Religious Studies Graduate Program
Department of Religious Studies
University of South Florida
http://religious-studies.usf.edu/faculty/gbherut/
…On Tue, Jul 24, 2018 at 6:18 AM Arun Prasad ***@***.***> wrote:
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!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Als4QtPKvGPCiqaHhbguSsbY78Gsz3K6ks5uJqAggaJpZM4VTGG_>
.
|
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.
The text was updated successfully, but these errors were encountered: