joypixels / emojione

[Archived] The world's largest independent emoji font. Maintained at https://github.com/joypixels/emoji-toolkit.
https://www.joypixels.com
Other
4.46k stars 535 forks source link

iOS Emojione shorthand codes out of date. #609

Open msadoon opened 6 years ago

msadoon commented 6 years ago

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/