Subject: | "sakiika" is not converted into kana correctly. |
Using Lingua-JA-Kana-0.02, I found that a bug.
The symptom:
"sakiika" is converted to "さkっいか".
I think that "さきいか" is correct.
It seems that $Re_Consonants doesn't have to include 'i'.
Could you try the attached patch?
Thank you.
Subject: | Kana.pm.patch |
*** Kana.pm.org Sat Dec 8 20:18:55 2007
--- Kana.pm Sat May 10 22:34:36 2008
***************
*** 21,27 ****
our $Re_Vowels = qr/[aeiou]/i;
! our $Re_Consonants = qr/[bcdfghijklpqrstvwxyz]/i; # note the absense of n and m
our %Kata2Hepburn = qw(
㢠a 㤠i 㦠u 㨠e 㪠o
--- 21,27 ----
our $Re_Vowels = qr/[aeiou]/i;
! our $Re_Consonants = qr/[bcdfghjklpqrstvwxyz]/i; # note the absense of n and m
our %Kata2Hepburn = qw(
㢠a 㤠i 㦠u 㨠e 㪠o