safx / Emoji-Swift

String extension converting to and from emoji character and Emoji-One
MIT License
127 stars 38 forks source link

Inconsistency in codes #8

Closed SergeyPetrachkov closed 7 years ago

SergeyPetrachkov commented 7 years ago

if we open this site we see that 'one' is actually "one" : "\u{0031}\u{FE0F}\u{20E3}" not the "one" : "\u{0031}\u{20e3}"

And if you insert "one" emoji into text from your apple device you'll get "\u{0031}\u{FE0F}\u{20E3}" . But this site matches your version of emoji dictionary.

Any ideas? Should them be replaced?

SergeyPetrachkov commented 7 years ago

How it should look like how_it_should_look_like How it works problem_how_it_works_now workaround screen

safx commented 7 years ago

Sorry about the lazy reply. Some emojis have variations with VARIATION SELECTOR-16 (U+FE0F).

Please see #9 .