Sorry it took sooo long. Fixed in 0.05.
Dan the Maintainer Thereof
On Sat Feb 07 15:56:50 2009, KULP wrote:
Show quoted text> The change in 0.04 was asymmetric, and did not resolve the problem I
> noted, because it changed only one of the two hashes.
>
> The original problem I noted can be seen here (present in 0.03 and 0.04) :
>
> kulp@yui ~ $ perl -MLingua::JA::Kana -MEncode -le 'print
> encode_utf8(romaji2hiragana("ryoukai"))'
> rようかい
>
> Here is another problem that was in 0.03 but has been fixed in 0.04 :
>
> kulp@yui ~ $ perl -MLingua::JA::Kana -le 'use utf8; print kana2romaji("
> りょうかい")'
> rixyoukai
>
> The first problem still remains. I will attach a patch when I can.