-
Notifications
You must be signed in to change notification settings - Fork 46
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 Short Names #23
Comments
I am having the same issue. how did you manage to solve this issue? |
I didn't. What I do now, in my case, is translate the emoji to its' short name using |
My solution is to store emoji's unicode, then later, for display, I use HTML entity with that code. For example: |
I'm using shortnameToUnicode() method. Last version ok: 5.0.5
|
Yes also have this issue, |
Found a fix problem, went back to version 5 and now it works. in And now |
Some short names such as the ones listed below do not work when passed to
joypixels.shortnameToImage()
:cowboy_hat_face:
:frowning_face:
:fist_oncoming:
:fist_oncoming:
:fist_left:
:fist_right:
The text was updated successfully, but these errors were encountered: