NAME
Template::Plugin::MobileJPPictogram - Japanese mobile phone's pictogram
operator
SYNOPSIS
# controller
my $tt = Template->new;
$tt->process('foo.tt', {body => "\x{E001}"});
# foo.tt
[% USE MobileJPPictogram %]
[% body | pictogram_charname('***%s***') %]
[% body | pictogram_unicode('') %]
# output
***男の子***
DESCRIPTION
Template::Plugin::MobileJPPictogram is Japanese mobile phone's pictogram
operator.
FILTERS
pictogram_charname
format with charnames.
[% body | pictogram_charname('***%s***') %]
pictogram_unicode
format with Unicode.
[% body | pictogram_unicode('') %]
AUTHOR
Tokuhiro Matsuno
SEE ALSO
LICENSE
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.