-
Notifications
You must be signed in to change notification settings - Fork 74
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
emoji encoding exception #46
Comments
At the same time, I'm also trying to support gradients. At present, there are still some bugs. When the preparation is completed, I will submit the code for review. |
When I do this in JS
It prints "4". |
I read the relevant literature. Is he supposed to be like this?
UInt32 (first emoji)+hyphen (UInt16)+UInt32 (second emoji)=combined emoji |
and in js hyphen length = 0 |
I'm not sure. Although I mentioned issue, I will try to fix it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I changed the code format, but the content is consistent with the warehouse.
In the first picture, the left side is the Typr.js effect, and the right side is the correct effect.
At present, it seems that this is due to the lack of support for emoji special coding.
The text was updated successfully, but these errors were encountered: