-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:no_good:
is replaced by π
ββοΈ instead of π
#179
Comments
According to https://projects.iamcal.com/emoji-data/table.htm, the equivalence shouldn't be there in the first place π |
This is working as intended. In the original source data, However, this codepoint has been obsoleted by This data (the obsoletes/obsoleted_by fields) is not shown in the HTML table, which adds to the confusion. At present, this behavior is not optional. It would be pretty easy to make a preference to allow it to be ignored and the original codepoint chosen instead (the JS code in question starts with |
But then is there a way to output π
? Or are consumers of the library expected to catch this case to work around it? π
(I see Slack properly translates Or are you saying that making the obsolete-related behavior optional would allow to |
I'm saying that adding such a flag would keep the old behavior (from before gendered emoji replaced the neutral ones). Given that Apple has since back-tracked on the change and added back the gender neutral versions, this is probably a better default. |
Working on making it actually work :D |
Gotcha!
Thanks! π I can try testing this in our project next week, or maybe it's a safe change? I admit I'm not aware of other cases of obsolete(d) gendered emoji π€ |
Okay I thought i missed something when it didn't work in my (quick) testing :D |
Like the title says π
This is reproducible on the demo
At first I assumed it was a regression I caused in my PR for emoji 15 but it seems to be caused by the
no_good
andwoman-gesturing-no
equivalence?Perhaps the issue lies in https://github.com/iamcal/emoji-data itself? π
The text was updated successfully, but these errors were encountered: