[Done] in Linux, the debugger does not support Cyrillic

Post bugs related to the IDE here
AZJIO
Addict
Addict
Posts: 2191
Joined: Sun May 14, 2017 1:48 am

[Done] in Linux, the debugger does not support Cyrillic

Post by AZJIO »

problem in Linux Mint 19.3

The debugger issues incomprehensible characters to the console due to the ascii file format.

Gives it out
 ñâÿçàííîì ñïèñêå (LinkedList) íåò òåêóùåãî ýëåìåíòà.
It should look like this:
В связанном списке (LinkedList) нет текущего элемента.
purebasic/catalogs/russian/libraries.catalog

similarly other files are also in ascii
Fred
Administrator
Administrator
Posts: 18220
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: [Done] in Linux, the debugger does not support Cyrillic

Post by Fred »

Already fixed in current release
Post Reply