Hi DirectuX,
the issue is in fact thinBASIC strings are now UTF8 encoded.
You can workaround it like:
There is yet a mountain of work to make UTF8 work across various corners of thinBASIC.uses "console" printl Console_getCP ' Outputs 850 printl " " + chr$(248) + "C " WaitKey
Petr
Bookmarks