iamcal / emoji-data

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

Emoji that have aliases in Google set are missing #120

Closed jschear closed 6 years ago

jschear commented 6 years ago

It looks like the Google emoji set aliases a number of codepoints to other codepoints: https://github.com/googlei18n/noto-emoji/blob/master/emoji_aliases.txt Some of these aliases are captured by the obsoleted_by property, but others aren't.

For these codepoints, the corresponding arrays in emoji.json have "has_img_google": false, even though the Google noto font will render them. Ideally, these aliases would be followed during the Google build step.

One example is the Clipperton Island Flag (flag-cp), which uses the same flag as France: https://emojipedia.org/flag-for-clipperton-island/

iamcal commented 6 years ago

Fixed in 4.0.3