makimoto / romaji

Romaji-Kana transliterator
96 stars 18 forks source link

"トゥドゥドェ" seems unsupported #10

Closed corrupt952 closed 8 years ago

corrupt952 commented 8 years ago

Hi, @makimoto. I found some kana spellings were not correctly recognized.

> Romaji.kana2romaji('トゥエンティーフォー')
=> "toゥenthi-fo-"
> Romaji.kana2romaji('ドゥードゥー')
=> "doゥ-doゥ-" 
> Romaji.kana2romaji('ドェントナ')
=> "doェntona"
makimoto commented 8 years ago

Thank you for reporting it. I fixed it in d7e6edb9751a140f0ff0f44c6bc8134678723335 and released v0.2.3.

corrupt952 commented 8 years ago

Thanks, @makimoto .