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

Working with compose emojis such as "πŸ–πŸΎ" or "πŸ‘©β€πŸ‘©β€πŸ‘¦β€πŸ‘¦" #341

Open
holzschu opened this issue Apr 20, 2024 · 0 comments

Comments

@holzschu
Copy link

Describe the bug
When I send a emoji made of several characters with compose, like "πŸ–πŸΎ" or "πŸ‘©β€πŸ‘©β€πŸ‘¦β€πŸ‘¦", to terminalView using: terminalView?.feed(text: string), it appears on the view as the concatenation of the characters, like this: "πŸ‘¨πŸ‘©πŸ‘¦πŸ‘§"

To Reproduce
Type "πŸ–πŸΎ" or "πŸ‘©β€πŸ‘©β€πŸ‘¦β€πŸ‘¦" using the emoji keyboard, or call terminalView?.feed(text: "πŸ–πŸΎ")

Expected behavior
I would expect the composed emoji to appear instead of the concatenation.

Additional context
It may be that I am doing something wrong; maybe I should not call terminalView.feed() to insert text like composed emojis, but I could not find which other method I should call.

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