Encode::JP::Mobile

Japan's mobile phone Shift_JIS (CP932) / UTF-8 encoding
Download

Encode::JP::Mobile Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tatsuhiko Miyagawa
  • Publisher web site:
  • http://search.cpan.org/~miyagawa/

Encode::JP::Mobile Tags


Encode::JP::Mobile Description

Encode::JP::Mobile is a Perl module for Encode, to map (PRIVATE AREA) emoticons Unicode for mobile phones in Japan.SYNOPSIS use Encode; use Encode::JP::Mobile; my $bytes = "\x82\xb1\xf9\x5d\xf8\xa0\x82\xb1"; # NTT DoCoMo 絵文字を含んだ Shift_JIS バイト列 my $chars = decode("x-sjis-imode", $bytes); # \x{3053}\x{e6b9}\x{e63f}\x{3053} use Encode::JP::Mobile ':props'; if ($chars =~ /\p{InDoCoMoPictograms}/) { warn "It has DoCoMo pictogram characters!"; }Product's homepage


Encode::JP::Mobile Related Software