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

Little character mappings wrong #3

Open
deelawn opened this issue Jun 27, 2023 · 0 comments
Open

Little character mappings wrong #3

deelawn opened this issue Jun 27, 2023 · 0 comments

Comments

@deelawn
Copy link

deelawn commented Jun 27, 2023

I think some of the little character mappings are wrong. It's my understanding that mappings prefixed with l indicate the little version of the following character. So for example, lya would map to , not りゃ.

At first glance, the following mappings would need to be fixed:

mRtoJ.put("la", "ら");
mRtoJ.put("li", "り");
mRtoJ.put("lu", "る");
mRtoJ.put("le", "れ");
mRtoJ.put("lo", "ろ");
mRtoJ.put("lya", "りゃ");
mRtoJ.put("lyi", "りぃ");
mRtoJ.put("lyu", "りゅ");
mRtoJ.put("lye", "りぇ");
mRtoJ.put("lyo", "りょ");

And the lwe mapping key should be lwa.

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

1 participant