You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: