NAME
HTTP::MobileAgent::Plugin::Charset - Encode::JP::Mobile friendly
SYNOPSIS
use HTTP::MobileAgent;
use HTTP::MobileAgent::Plugin::Charset;
my $agent = HTTP::MobileAgent->new;
$agent->can_display_utf8; # => 1 or 0
use Encode::JP::Mobile;
encode($agent->encoding, "\x{223e}");
DESCRIPTION
HTTP::MobileAgent::Plugin::Charset is a plugin of HTTP::MobileAgent.
You can detect encoding. The result can use with Encode::JP::Mobile.
KNOWLEDGE
au phone can display utf8, but cannot display when SSL.
AUTHOR
Tokuhiro Matsuno <tokuhirom aaaatttt gmail dotottto commmmm>
SEE ALSO
HTTP::MobileAgent, Encode::JP::Mobile
http://www.au.kddi.com/ezfactory/tec/spec/wap_rule.html http://www.nttdocomo.co.jp/service/imode/make/content/xhtml/about/
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.