The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Encode::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}/;

DESCRIPTION

This 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.

AUTHOR

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

SEE ALSO

Encode::JP::Emoji and perlunicode

COPYRIGHT

Copyright 2009-2010 Yusuke Kawasaki, all rights reserved.