Skip to content
This repository was archived by the owner on Jul 9, 2026. It is now read-only.
This repository was archived by the owner on Jul 9, 2026. It is now read-only.

Idea: mode where emojis get an emoji element #58

Description

@Simon-Laux

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions