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
{{ message }}
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.
Apologies if this is a misunderstanding, but I'm curious why, for example, 'woman astronaut' has a null gender in emoji.json? Upon inspection, it looks like perhaps gender is only given a value if the unicode for it includes the 'woman symbol' emoji (2640), but not if it includes the 'woman' emoji (1f469). (Presumably this also applies for the male equivalents.)
Shouldn't the gender value of 'woman astronaut' be '1f469' rather than null? Or is that a different category, apart from gender?
The text was updated successfully, but these errors were encountered:
@jbrecht this is a great catch, thank you for pointing it out. It does appear that the gender for codepoints without 2640 are not being correctly set in the emoji.json file. Woman Astronaut should have a gender value of 2640 (the base code point of the female sign). We'll make the adjustments and get this published as soon as possible.
Apologies if this is a misunderstanding, but I'm curious why, for example, 'woman astronaut' has a null gender in emoji.json? Upon inspection, it looks like perhaps gender is only given a value if the unicode for it includes the 'woman symbol' emoji (2640), but not if it includes the 'woman' emoji (1f469). (Presumably this also applies for the male equivalents.)
Shouldn't the gender value of 'woman astronaut' be '1f469' rather than null? Or is that a different category, apart from gender?
The text was updated successfully, but these errors were encountered: