-
-
19 Oct 2011 11:20:05 UTC
- Distribution: HTML-Pictogram-MobileJp
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (234 / 0 / 0)
- Kwalitee
Bus factor: 1- 95.06% Coverage
- License: perl_5
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (23.83KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Tokuhiro Matsuno (tokuhirom@gmail.com)
NAME
HTML::Pictogram::MobileJp::EmojiNumber - [emoji:1] みたいに絵文字を記述できるひと
SYNOPSIS
use HTML::Pictogram::MobileJp::EmojiNumber; use HTTP::MobileAgent; my $ma = HTTP::MobileAgent->new(); HTML::Pictogram::MobileJp::EmojiNumber->convert($ma, $html);
DESCRIPTION
[emoji:1] みたいな形式で絵文字を記述しておくと、それを各キャリヤにあわせた表記に変更してくれるライブラリ。
数字部分は docomo の絵文字番号です。
拡張絵文字を利用したい場合は、拡張絵文字番号 + 1000 で記述してください。たとえば拡1は [emoji:1001] と記述してください。
サポート対象は 3G の3キャリです。
絵文字の変換マップは Text_Pictogram_Mobile のものを拝借してます。
変換不可能な絵文字は、絵文字の名称が表示されます。
AUTHOR
Tokuhiro Matsuno <tokuhirom AAJKLFJEF@ GMAIL COM>
SEE ALSO
http://openpear.org/package/Text_Pictogram_Mobile
LICENSE
Copyright (C) Tokuhiro Matsuno
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install HTML::Pictogram::MobileJp, copy and paste the appropriate command in to your terminal.
cpanm HTML::Pictogram::MobileJp
perl -MCPAN -e shell install HTML::Pictogram::MobileJp
For more information on module installation, please visit the detailed CPAN module installation guide.