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

Multi-emoji Unicode emojis do not delete properly #116

Open
Cajunvoodoo opened this issue Dec 22, 2024 · 0 comments
Open

Multi-emoji Unicode emojis do not delete properly #116

Cajunvoodoo opened this issue Dec 22, 2024 · 0 comments

Comments

@Cajunvoodoo
Copy link

Some emojis are comprised of multiple other emojis separated by a ZWJ. For example, πŸ‘©β€πŸ³ is πŸ‘© and 🍳. Image mode will display these incorrectly (as two distinct emojis), but unicode mode has the correct rendering. However, if one tries to delete πŸ‘©β€πŸ³, it will turn into πŸ‘©β€ with a trailing ZWJ. Similar happens when deleting from the front (leading ZWJ, trailing 🍳). The text in unicode mode does not have the 'emojified property, so the custom deletion functions do not properly delete the region the emoji occupies.

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

1 participant