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