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

transliterating from incomplete schemes (i.e., Tamil) #25

Open
chchch opened this issue Nov 10, 2020 · 1 comment
Open

transliterating from incomplete schemes (i.e., Tamil) #25

chchch opened this issue Nov 10, 2020 · 1 comment

Comments

@chchch
Copy link

chchch commented Nov 10, 2020

Hi,

When transliterating from Tamil, you should use the first letter of duplicated letters in the list. For example, க should be transliterated as ka. At the moment, it is transliterated as gha, because in the makeMap function, each successive repeated character in the scheme overwrites the previous one. I.e.,, when ["க","க","க","க"] gets mapped to ["ka", "kha", "ga", "gha"], you end up with "க" = "gha".

@vvasuki
Copy link
Member

vvasuki commented Nov 11, 2020

Good catch! Please fix, test and send a pull request.

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