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 don't quite understand this statement: Currently, wanakana.toHiragana('っつ') is returning っつ, while it would be better to return つつ or っっ. These functions should pass through the input provided if it's not being converted.
Is there any reason that writing a function to normalize the width yourself after Wanakana processing isn't possible? I don't see that this provides a huge benefit to add to the api.
Can we normalize the width of string on all
to
method? Or providing an option to normalize the width?Currently,
wanakana.toHiragana('っつ')
is returningっつ
, while it would be better to returnつつ
orっっ
.The text was updated successfully, but these errors were encountered: