PB 5.20 beta 11 problem with debug output and unicode

Working on new editor enhancements?
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3870
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

PB 5.20 beta 11 problem with debug output and unicode

Post 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.
Windows (x64)
Raspberry Pi OS (Arm64)
Fred
Administrator
Administrator
Posts: 16688
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

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

Post by Fred »

Yes, the IDE isn't unicode for now. You have to use the standalone debugger if you want to display such string.
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3870
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

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

Post by wilbert »

Thanks Fred, I didn't know that.
Windows (x64)
Raspberry Pi OS (Arm64)
Post Reply