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

Idea: mode where emojis get an emoji element #58

Open
Simon-Laux opened this issue Feb 11, 2024 · 1 comment
Open

Idea: mode where emojis get an emoji element #58

Simon-Laux opened this issue Feb 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Simon-Laux
Copy link
Member

Some older platforms (older android and older ubuntu touch, possibly also kaiOS) have problems with unicode emoji rendering even when updating the emoji fonts.

To solve that we should add a mode (not do it by default) where the emojis are parsed into their own element, so the platforms can display via a custom function that renders the emoji from a sprite map for example.

The emoji elements should include the whole grapheme cluster (“user-perceived character”) in a single emoji element:

  • so both regional indicators that represent a country flag
  • face emojis with skin color
  • combined emojis such as family
  • gendered emojis
  • and other emojis that consist of multiple unicode characters

#56 already adds correct emoji parsing of those clusters, so we should take it's code as base for this.

@lk108 might need this for proper emoji support on ubuntu touch

@lk108
Copy link

lk108 commented Feb 12, 2024

sounds great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants