Page 1 of 1

PB 5.20 beta 11 problem with debug output and unicode

Posted: Mon Aug 19, 2013 3:28 pm
by wilbert
When I assign a string in the editor that contains unicode characters with a code > 255, the string shows fine when displayed using MessageRequester but the debug window seems unable to display those characters.

Re: PB 5.20 beta 11 problem with debug output and unicode

Posted: Mon Aug 19, 2013 3:44 pm
by Fred
Yes, the IDE isn't unicode for now. You have to use the standalone debugger if you want to display such string.

Re: PB 5.20 beta 11 problem with debug output and unicode

Posted: Mon Aug 19, 2013 4:33 pm
by wilbert
Thanks Fred, I didn't know that.