|
NAMEEncode::JP::Emoji::Property - Emoji named character properties SYNOPSIS use utf8;
use Encode::JP::Emoji::Property;
/\p{InEmojiDoCoMo}/;
/\p{InEmojiKDDIapp}/;
/\p{InEmojiKDDIweb}/;
/\p{InEmojiSoftBank}/;
/\p{InEmojiUnicode}/;
/\p{InEmojiGoogle}/;
/\p{InEmojiMixed}/;
/\p{InEmojiAny}/;
DESCRIPTIONThis exports the following named character properties: \p{InEmojiDoCoMo}This matches DoCoMo's private emoji code points: "U+E63E" ... "U+E757". \p{InEmojiKDDIapp}This matches KDDI's private emoji code points: "U+E468" ... "U+EB8E". \p{InEmojiKDDIweb}This matches undocumented version of KDDI's private emoji code points: "U+EC40" ... "U+F0FC". \p{InEmojiSoftBank}This matches SoftBank's private emoji code points: "U+E001" ... "U+E53E". \p{InEmojiMixed}This matches emoji code points of all three carriers above. \p{InEmojiGoogle}This matches Google's private emoji code points: "U+FE000" ... "U+FEEA0". \p{InEmojiUnicode}This matches emoji code points which will be defined in the Unicode Standard. \p{InEmojiAny}This matches any emoji code points above. AUTHORYusuke Kawasaki, <http://www.kawa.net/> SEE ALSOEncode::JP::Emoji and perlunicode COPYRIGHTCopyright 2009-2010 Yusuke Kawasaki, all rights reserved.
|