NAME
Amon2::Plugin::Web::MobileCharset - Amon2 plugin for Japanese mobile phone's character set
SYNOPSIS
package MyApp::Web;
use Amon2::Web -base;
__PACKAGE__->load_plugins(
'Web::MobileAgent',
'Web::MobileCharset',
);
DESCRIPTION
DEPENDENCIES
This module depend to HTTP::MobileAgent::Plugin::Charset, Encode::JP::Mobile.
And, load Amon2::Plugin::MobileAgent first.