I'm trying to display unicode characters (eg East Asian languages) in a pop-up menu in my plugin, but unfortunately it doesn't work (square boxes are displayed instead). I suspect its because npp is compiled to the ascii version of win32 (as shown by depends.exe). Is that correct? Any walkarounds if so? :-)
Regards,
LoonyChewy.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks Don :-) I was thinking of supporting (displaying) unicode strings in my multi-clipboard plugin menu (pasting is fine). I'll think about what else I can do.
Regards,
LoonyChewy.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to display unicode characters (eg East Asian languages) in a pop-up menu in my plugin, but unfortunately it doesn't work (square boxes are displayed instead). I suspect its because npp is compiled to the ascii version of win32 (as shown by depends.exe). Is that correct? Any walkarounds if so? :-)
Regards,
LoonyChewy.
Although Notepad++ support natively unicode document, it is not an unicode application. The walkaround solution is not use unicode string ;)
Don
Thanks Don :-) I was thinking of supporting (displaying) unicode strings in my multi-clipboard plugin menu (pasting is fine). I'll think about what else I can do.
Regards,
LoonyChewy.