You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.
The iOS lib emojione.m file contains the function _loadShortNameToUnicode
which maps shorthand codes to unicode characters.
The php lib src ruleset.php shortcode_replace function contains more shortcode to unicode conversions.
Basically the two dictionaries do not represent the same emoji shorthands, so using them respectively for web and iOS produces inconsistencies in parsing the same unicode between the two platforms.
The iOS lib emojione.m file contains the function _loadShortNameToUnicode
which maps shorthand codes to unicode characters.
The php lib src ruleset.php shortcode_replace function contains more shortcode to unicode conversions.
Basically the two dictionaries do not represent the same emoji shorthands, so using them respectively for web and iOS produces inconsistencies in parsing the same unicode between the two platforms.
Please update the iOS dictionary to reflect what's in the PHP dictionary.
Also note the Emoji 11.0 spec is being implemented by Apple in September.
https://blog.emojipedia.org/whats-new-in-unicode-11-0/
The text was updated successfully, but these errors were encountered: