NAME
Encode::JP::Mobile::UnicodeEmojiMBGA - Unicode Emoji mapping specialize in mobage platform.
SYNOPSIS
use Encode qw/encode decode/;
use Encode::JP::Mobile::UnicodeEmojiMBGA;
my $str = '...';
$str = decode('x-utf8-jp-mobile-unicode-emoji-mbga', $str);
$str = encode('x-utf8-jp-Mobile-unicode-emoji-mbga', $str);
DESCRIPTION
Encode::JP::Mobile::UnicodeEmoji is encoding module for Unicode Emoji to Encode::JP::Mobile's Emoji.
This encoding is specialize in mobage platform.
And round trip conversion for strings containing Unicode Emoji is not guaranteed at all.
AUTHOR
Masayuki Matsuki <y.songmu@gmail.com>
SEE ALSO
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.