python-romkan icon indicating copy to clipboard operation
python-romkan copied to clipboard

fails on double 'n'

Open garfieldnate opened this issue 4 years ago • 0 comments

In both traditional and modified Hepburn romanization, "annai" should be rendered as あんない, but romkan renders it as あんあい.

import romkan
romkan.to_hiragana("annai")
'あんあい'

garfieldnate avatar Oct 17 '20 21:10 garfieldnate