Skip to content
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

Missing emoji conversion to shortname using emoji combo #44

Closed
shokme opened this issue May 14, 2021 · 0 comments
Closed

Missing emoji conversion to shortname using emoji combo #44

shokme opened this issue May 14, 2021 · 0 comments

Comments

@shokme
Copy link

shokme commented May 14, 2021

I have encounter an error today were the woman_biking was not well converted. Inside my database I can see both emoji as woman_biking, but when I render them using toShort() only πŸš΄β€β™€οΈ was mapped.

πŸš΄β€β™€οΈ is represented as:
F0 9F 9A B4 E2 80 8D E2 99 80 EF B8 8F
and
πŸš΄β€ ♀(the space between is voluntary to avoid emoji conversion from github) is represented as:
F0 9F 9A B4 E2 80 8D E2 99 80

database view:
Screenshot from 2021-05-14 16-52-59

woman_biking is not the only case, I have encounter the same with man_biking and other emoji combo.

is this due to some Ruleset missing ?

This issue might be related to #24

If you want, I'm available to make a PR. In the case Ruleset are missing I need to know all variants 😬

@shokme shokme closed this as not planned Won't fix, can't repro, duplicate, stale Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant