You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But still the emoji and text does not always contain the correct sequence, see my example for "umbrella with rain drops".
I just realized, there are also other representations of emoji in https://github.com/milesj/emojibase/blob/master/packages/data/meta/hexcodes.json. Is the hexcode in data.raw.json supposed to be used as key to get the matching mapping in hexcodes.json?
The entry for "umbrella with raind drops" in hexcodes.json looks like this:
There seem to be some inconsistencies in the generated metadat (e.g.
packages/data/en/data.raw.json
).In some cases the
hexcode
is missing the variant selector 16fe0f
according to the unicode data .Examples:
1F574-FE0F
according to unicodehexcode
is1F574
emoji
contains the sequence1F574-FE0F
2614
according to unicodehexcode
is2614
emoji
contains the sequence2614-FE0F
Like this i never now which property could be the source of truth. Am i missing something or is this an error in the data?
The text was updated successfully, but these errors were encountered: