emoji.png
image.
49 |
50 | IMPORTANT NOTE: This library currently only deals with UTF-8. If your source data is JIS
51 | or Shift-JIS, you're out of luck for the moment.
52 |
53 |
54 | ## Credits
55 |
56 | By Cal Henderson Name | 62 |Unified | 63 |Docomo | 64 |KDDI | 65 |Softbank | 66 |||
---|---|---|---|---|---|---|
\n"; 75 | echo "\t\t | ".HtmlSpecialChars(StrToLower($name))." | \n"; 76 | echo "\t\t".format_bytes($unified)." | \n"; 77 | echo "\t\t".format_bytes($GLOBALS['emoji_maps']['unified_to_docomo'][$unified])." | \n"; 78 | echo "\t\t".format_bytes($GLOBALS['emoji_maps']['unified_to_kddi'][$unified])." | \n"; 79 | echo "\t\t".format_bytes($GLOBALS['emoji_maps']['unified_to_softbank'][$unified])." | \n"; 80 | echo "\t\t".format_bytes($GLOBALS['emoji_maps']['unified_to_google'][$unified])." | \n"; 81 | echo "\t
Unified | 18 |Name | 19 |Unified Text | 20 |HTML | 21 |HTML to Unified | 22 |
---|---|---|---|---|
".implode(' ', $hex)." | \n"; 69 | echo "".HtmlSpecialChars(emoji_get_name($bytes))." | \n"; 70 | echo "$str | \n"; 71 | echo "".emoji_unified_to_html($str)." | \n"; 72 | echo "".emoji_html_to_unified(emoji_unified_to_html($str))." | \n"; 73 | echo "