You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that you're looking for toKana(input, { IMEMode: true}).
As documented here, IME mode is turned off by default and needs to be activated to match your expectations.
Issue Type
Description
The current behaviour is:
String: nnya, ToKana: んにゃ
String: nnyo, ToKana: んにょ
String: nnyu, ToKana: んにゅ
On the Google IME expected behaviour is:
String: nnya, ToKana: んや
String: nnyo, ToKana: んよ
String: nnyu, ToKana: んゆ
There doesn't seem to be a way to generate those kanas with the ToKana method
Steps to reproduce
Use the ToKana method in node and type nny + (a or o or u)
Versions
The text was updated successfully, but these errors were encountered: