exwm-edit icon indicating copy to clipboard operation
exwm-edit copied to clipboard

Emojis should not be converted to Unicode sequence

Open josephmturner opened this issue 2 years ago • 0 comments

Hello! Thank you for exwm-edit!

I've noticed that exwm-edit--compose converts emojis to their Unicode key sequences.

To reproduce:

Given some text with an emoji, like 🐯, call exwm-edit--compose

Expected:

🐯 appears in the *exwm-edit* buffer, according to your system fonts.

Actual:

\U0001f42f appears in the buffer, and upon calling exwm-edit--finish, 🐯 is replaced with \U0001f42f.

josephmturner avatar Sep 02 '22 06:09 josephmturner