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
It would be handy if this crate supports hankaku-kana (half-width) to hiragana, zenkaku-kana (full-width kana) and romaji.
"アイウエオ".to_kana();// アイウエオ, as it is"アイウエオ".to_hiragana();// あいうえお. There is no half-width hiragana"アイウエオ".to_katakana();// アイウエオ. Zenkaku-kana, or full-width kana"アイウエオ".to_romaji();// AIUEO
I will send a pull request to implement this if this feature is reasonable.
Reject this if it is out of scope 🙇
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
It would be handy if this crate supports hankaku-kana (half-width) to hiragana, zenkaku-kana (full-width kana) and romaji.
I will send a pull request to implement this if this feature is reasonable.
Reject this if it is out of scope 🙇
The text was updated successfully, but these errors were encountered: