[perl-win32-gui-users] Displaying utf8 characters on win32::GUI window

2017-11-11 Thread Oshri Shomrony
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

Re: [perl-win32-gui-users] Displaying multiple lines in window

2017-11-10 Thread Oshri Shomrony
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

[perl-win32-gui-users] Displaying multiple lines in window

2017-11-09 Thread Oshri Shomrony
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