xnedit icon indicating copy to clipboard operation
xnedit copied to clipboard

Emojis not showing up in modal dialog

Open dpdoughe opened this issue 1 year ago • 1 comments

Messages that contain emojis, such as what are emitted from the Black code formatter after a successful run e.g.,

All done! ✨ 🍰 ✨
1 file left unchanged.

don't show up correctly in the modal output of xnedit.

image

FYI, if it helps to test/verify I set up Black as a shell command in xnedit like so:

image

I've verified that the graphical emojis do show up correctly in Cygwin's Mintty at the terminal command line after following the procedure mentioned here: https://github.com/mintty/mintty/wiki/Tips#installing-emoji-resources

however they do not show up in Xnedit's modal correctly. I'd be happy if even the unicode representation of those emojis were available in the modal. Any suggestions for what to try?

dpdoughe avatar Feb 14 '24 00:02 dpdoughe

This is a limitation in the Motif toolkit and unfortunately I don't think there is an easy solution.

unixwork avatar Feb 14 '24 19:02 unixwork