safx / Emoji-Swift

String extension converting to and from emoji character and Emoji-One

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistency in codes

SergeyPetrachkov opened this issue · comments

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?

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

commented

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

Please see #9 .