NAME HTML::ReplacePictogramMobileJp - HTML ã«å«ã¾ã‚Œã‚‹çµµæ–‡å—ã‚’ç½®æ›ã™ã‚‹ SYNOPSIS use HTML::ReplacePictogramMobileJp; HTML::ReplacePictogramMobileJp->replace( carrier => 'I', html => "foo", charset => 'sjis', # or utf8 callback => sub { my ( $unicode, $carrier ) = @_; # ãªã«ã‹ã™ã‚‹ }, ); DESCRIPTION HTML::ReplacePictogramMobileJp 㯠HTML ã«å«ã¾ã‚Œã‚‹çµµæ–‡å—ã‚’ç½®æ›ã™ã‚‹ãƒ©ã‚¤ãƒ–ラリã§ã™ã€‚ ã©ã®ã‚ˆã†ã«ç½®æ›ã™ã‚‹ã‹ã¯ã€ã‚³ãƒ¼ãƒ«ãƒãƒƒã‚¯é–¢æ•°ã§æŒ‡å®šã—ã¾ã™ã€‚ AUTHOR Tokuhiro Matsuno <tokuhirom@gmail.com> THANKS TO Kazuhiro Osawa SEE ALSO Encode::JP::Mobile, Moxy LICENSE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.