HTTP::MobileAgent::Plugin::Charset - Encode::JP::Mobile friendly
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}");
HTTP::MobileAgent::Plugin::Charset is a plugin of HTTP::MobileAgent.
You can detect encoding. The result can use with
Encode::JP::Mobile.
au phone can display utf8, but cannot display when SSL.
Tokuhiro Matsuno <tokuhirom aaaatttt gmail dotottto commmmm>
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/>
This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.