unixwork / xnedit

A fast and classic X11 text editor, based on NEdit, with full unicode support and antialiased text rendering.
Other
83 stars 11 forks source link

Emojis not showing up in modal dialog #134

Open dpdoughe opened 7 months ago

dpdoughe commented 7 months ago

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?

unixwork commented 7 months ago

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