iamcal / emoji-data

Easy to parse data and spritesheets for emoji
MIT License
2.56k stars 301 forks source link

VICTORY HAND emoji doesn't have emoji modifiers #105

Closed yantene closed 6 years ago

yantene commented 6 years ago

In previous version, VICTORY HAND emoji had emoji modifiers. What's the reason?

yantene commented 6 years ago

The following emoji's emoji modifier seems to disappear.

iamcal commented 6 years ago

Do you mean the variation selector U+FE0F? Those are now conforming to the Unicode 10 / Emoji 5 spec. The main codepoint includes a variation selector where appropriate and a non_qualified version without it.

yantene commented 6 years ago

Thank you for your reply.

I mean skin color modifier. Although I think that the emojis should have skin color, They don't have it.

iamcal commented 6 years ago

good catch - i'm looking into why these are missing

iamcal commented 6 years ago

this was related to non-qualified/fully-qualified codepoints. the 9 you noted use fully qualified forms (with -FE0F) when used alone, but drop the modifier when used with skin tones. this wasn't handled correctly when building the map. i'm fixing this in PR #110 which will also include all the missing images and updated sheets.

iamcal commented 6 years ago

now fixed on master and in 4.0.1

no downstream libraries have been updated yet