agzam/exwm-edit

Emojis should not be converted to Unicode sequence

Closed this issue ยท 1 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.

It appears that this issue was already resolved in #23. My mistake - I was running an out-of-date version of exwm-edit from guix.

Thank you!