Skip to content

feature: hankaku-kana (half-width kana) support #19

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

Open
exoego opened this issue Mar 25, 2025 · 1 comment · May be fixed by #20
Open

feature: hankaku-kana (half-width kana) support #19

exoego opened this issue Mar 25, 2025 · 1 comment · May be fixed by #20

Comments

@exoego
Copy link
Contributor

exoego commented Mar 25, 2025

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 🙇

@PSeitz
Copy link
Owner

PSeitz commented Mar 26, 2025

Yes, that seems reasonable!

@exoego exoego linked a pull request Mar 28, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants