Octavian Rasnita wrote:
If Win32::GUI doesn't support UTF-8 but some controls in Windows supports it
(like the multiline textfield in Notepad), can I include those controls in a
Win32::GUI application using Win32::GUI::AxWindow module?
If yes, how can I find the class names of those controls?
In fact I am interested in the multiline textfield of Notepad.
Win32::GUI has almost no support for UTF-8/UCS-2. It's near the top of
my list for a new Win32::GUI version, but will probably never happen on
top of the current codebase. We'll have to see if I ever get time to
look at a complete re-factoring or not.
If you search the list archives (sorry, I don't remember if it was on
the user list of the hackers list) you should find some code that I
posted showing how it was possible to display unicode characters in a
RichEdit control.
Regards,
Rob.