
Encode::JP::Emoji::Property - Emoji named unicode character properties

use utf8;
use Encode::JP::Emoji::Property;
/\p{InEmojiDocomoUnicode}/;
/\p{InEmojiKddiUnicode}/;
/\p{InEmojiSoftbankUnicode}/;
/\p{InEmojiUnicodeUnicode}/;
/\p{InEmojiGoogleUnicode}/;

This exports the following named unicode character properties:
This matches emoji codepoints in Unicode PUA defined by NTT DoCoMo: U+E63E ... U+E757.
This matches emoji codepoints in Unicode PUA defined by KDDI: U+E468 ... U+EB8E.
This matches emoji codepoints in Unicode PUA defined by SoftBank Mobile: U+E001 ... U+E53E.
This matches emoji codepoints in Unicode PUA defined by Google: U+FE000 ... U+FEEA0.
This matches emoji codepoints which will be defined in Unicode standard.

Yusuke Kawasaki, http://www.kawa.net/

Encode::JP::Emoji and perlunicode

Copyright 2009 Yusuke Kawasaki, all rights reserved.