Hello,
I'm trying to display utf8 characters on a window, using *AddTextfield*.
The English characters are displayed ok, but the special characters appear
as "Gibberish".
Printing the same characters in Windows 10 CMD works fine.
I'm using now the following:
utf8::decode($contact_name);
binmode
to display Hebrew text in a window, I get "Gibberish". On the
CMD I can print Hebrew, but not in the window of win32::GUI. I have tried
to encode to utf8, but that didn't help.
What can I do to display Hebrew properly on the window?
Regards.
2017-11-10 11:17 GMT+02:00 Aldo Calpin
Hello,
I'm using perl 5.24 with win32::GUI.
I would like to open a window and display on it multiple lines taken from
an array.
I would also like it to be scrollable in case the window is smaller than
the text size.
for some reason, using "\n" doesn't work in AddLabel at all - the text
after the
3 matches
Mail list logo