Lingua::JA::Moji

Handle many kinds of Japanese characters
Download

Lingua::JA::Moji Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ben Bullock
  • Publisher web site:
  • http://search.cpan.org/~bkb/

Lingua::JA::Moji Tags


Lingua::JA::Moji Description

Lingua::JA::Moji is a Perl module that provides methods to convert different written forms of Japanese into one another.All the functions in this module assume the use of Unicode encoding. All input and output strings must be encoded using UTF-8.SYNOPSISConvert various types of Japanese characters into one another. use Lingua::JA::Moji qw/kana2romaji romaji2kana/; use utf8; my $romaji = kana2romaji ('あいうえお'); # $romaji is now 'aiueo'. my $kana = romaji2kana ($romaji); # $kana is now 'アイウエオ'.Product's homepage


Lingua::JA::Moji Related Software