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

Some emojis using unqualified unicode sequence instead of the fully qualified one #173

Closed
emesterhazy opened this issue Nov 24, 2023 · 1 comment

Comments

@emesterhazy
Copy link
Contributor

Some of the unicode emoji literals defined in the default emoji set are using their unqualified unicode representation instead of the fully qualified representation. This may be partially responsible for the rendering issues on some platforms, as reported in #163. These can be replaced with the fully qualified versions.

I don't have a complete list of the affected emojis, but I know that at least these two are problematic:

Unicode provides a complete list of emojis including the unqualified and qualified variants. We could cross check this against the default set and replace any unqualified emojis with their qualified version.

@Fintasys
Copy link
Owner

I think we can close this issue since all unqualified emojis has been replaced with the PR. Thank you again 🙏

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

2 participants