WanaKanaJava icon indicating copy to clipboard operation
WanaKanaJava copied to clipboard

Little character mappings wrong

Open deelawn opened this issue 2 years ago • 0 comments

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.

deelawn avatar Jun 27 '23 10:06 deelawn