xnedit
xnedit copied to clipboard
UTF-8 support for input fields in dialogs
I just found that I cannot type international characters in the input fields of the Search, Replace, Open File, dialogs (and maybe in every input box, except for the editor).
In the text editor I can type whatever international character, and it works fine.
I don't know if using XQuartz and having customized some Motif resources could be the reason for this. If it works for you, tell me, because maybe it's my settings.
If it works in the texteditor, you could add -DXNE_TEXTFIELD
to the CFLAGS in your makefile and recompile xnedit. With this flag, xnedit is using an alternative textfield in the dialogs, that has better unicode support. It is not enabled by default yet, but that will change in the future.
Interestingly on macOS I can't enter non-ASCII characters directly, even in the text editor.
Ok, thanks!!,I will try building with -DXNE_TEXTFIELD
. But, are you sure international characters don't work for you in the text editor on MacOS? I'm using a Mac and that works fine for me.
Yes I'm sure. I haven't tried to fix this, yet.
Is this problem solved?