Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add emoji support #262

Closed
gagolews opened this issue Apr 22, 2017 · 1 comment
Closed

Add emoji support #262

gagolews opened this issue Apr 22, 2017 · 1 comment

Comments

@gagolews
Copy link
Owner

Support for emojis added in ICU 57

 	400	    /** 
 	401	     * Binary property Emoji. 
 	402	     * See http://www.unicode.org/reports/tr51/#Emoji_Properties 
 	403	     * 
 	404	     * @draft ICU 57 
 	405	     */ 
 	406	    UCHAR_EMOJI=57, 
 	407	    /** 
 	408	     * Binary property Emoji_Presentation. 
 	409	     * See http://www.unicode.org/reports/tr51/#Emoji_Properties 
 	410	     * 
 	411	     * @draft ICU 57 
 	412	     */ 
 	413	    UCHAR_EMOJI_PRESENTATION=58, 
 	414	    /** 
 	415	     * Binary property Emoji_Modifier. 
 	416	     * See http://www.unicode.org/reports/tr51/#Emoji_Properties 
 	417	     * 
 	418	     * @draft ICU 57 
 	419	     */ 
 	420	    UCHAR_EMOJI_MODIFIER=59, 
 	421	    /** 
 	422	     * Binary property Emoji_Modifier_Base. 
 	423	     * See http://www.unicode.org/reports/tr51/#Emoji_Properties 
 	424	     * 
 	425	     * @draft ICU 57 
 	426	     */ 
 	427	    UCHAR_EMOJI_MODIFIER_BASE=60, 
@gagolews
Copy link
Owner Author

We need ICU 59 for everybody. That's all

#193

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant