The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

use utf8;
use Encode::JP::Emoji::Property;

/\p{InEmojiDocomoUnicode}/;
/\p{InEmojiKddiUnicode}/;
/\p{InEmojiSoftbankUnicode}/;
/\p{InEmojiUnicodeUnicode}/;
/\p{InEmojiGoogleUnicode}/;

DESCRIPTION

This exports the following named unicode character properties:

\p{InEmojiDocomoUnicode}

This matches emoji codepoints in Unicode PUA defined by NTT DoCoMo: U+E63E ... U+E757.

\p{InEmojiKddiUnicode}

This matches emoji codepoints in Unicode PUA defined by KDDI: U+E468 ... U+EB8E.

\p{InEmojiSoftbankUnicode}

This matches emoji codepoints in Unicode PUA defined by SoftBank Mobile: U+E001 ... U+E53E.

\p{InEmojiGoogleUnicode}

This matches emoji codepoints in Unicode PUA defined by Google: U+FE000 ... U+FEEA0.

\p{InEmojiUnicodeUnicode}

This matches emoji codepoints which will be defined in Unicode standard.

AUTHOR

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

SEE ALSO

Encode::JP::Emoji and perlunicode

COPYRIGHT

Copyright 2009 Yusuke Kawasaki, all rights reserved.