NAME
HTML::Entities::ConvertPictogramMobileJp - convert pictogram entities
SYNOPSIS
use HTTP::MobileAgent;
use HTML::Entities::ConvertPictogramMobileJp;
convert_pictogram_entities(
mobile_agent => HTTP::MobileAgent->new,
html => "",
);
DESCRIPTION
HTML::Entities::ConvertPictogramMobileJp is Japanese mobile phone's pictogram converter.
HTML 中にふくまれる絵文字の Unicode 16進数値文字参照の DoCoMo 絵文字を、SoftBank/KDDI の絵文字に変換します。
DoCoMo Mova/AirHPhone の場合には、 Unicode 数値文字参照ではなく SJIS の数値文字参照に変換して出力 することに注意してください。これは、該当機種が、 SJIS の数値文字参照でないと表示できないためです。
au の一部端末(W41CA, W32H など) では Unicode 数値文字参照が表示できないため、<img localsrc="" /> 形式を採用しています。
METHODS
- convert_pictogram_entities
-
絵文字変換します。
CODE COVERAGE
---------------------------- ------ ------ ------ ------ ------ ------ ------
File stmt bran cond sub pod time total
---------------------------- ------ ------ ------ ------ ------ ------ ------
...nvertPictogramMobileJp.pm 100.0 100.0 n/a 100.0 100.0 97.3 100.0
...gramMobileJp/KDDITABLE.pm 100.0 n/a n/a 100.0 n/a 2.7 100.0
Total 100.0 100.0 n/a 100.0 100.0 100.0 100.0
---------------------------- ------ ------ ------ ------ ------ ------ ------
AUTHOR
Tokuhiro Matsuno <tokuhirom@gmail.com>
SEE ALSO
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.