Skip Menu |

This queue is for tickets about the Lingua-JA-Kana CPAN distribution.

Report information
The Basics
Id: 39590
Status: resolved
Priority: 0/
Queue: Lingua-JA-Kana

People
Owner: Nobody in particular
Requestors: kulp [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.03
Fixed in: (no value)



Subject: Missing "ryo"
perl -MLingua::JA::Kana -le 'print romaji2hiragana("ryoukai")' produces rようかい because there is no "ryo" entry (others missing as well ?). Disappointing. -- --kulp
Thanks. Addressed in the next version. Dan the Maintainer On Wed Sep 24 12:00:53 2008, KULP wrote: Show quoted text
> perl -MLingua::JA::Kana -le 'print romaji2hiragana("ryoukai")' > > produces > > rようかい > > because there is no "ryo" entry (others missing as well ?). > > Disappointing.
Subject: Missing "ryo" - not fixed in 0.04 as marked
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. -- --kulp
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.