Bad czech chars

After running the com file in TUI mode, I can’t type national characters. Instead of them, I see “�”.
In the terminal itself, I type national characters in order.
In this case, instead of path="místo", I type path="m�sto", which is a non-existent path.

maybe it’s problem with the terminal emulator you are using

I found the source of the problem.
When I check it with `chcp`, it shows Active code page: 852.
After switching the console code page to UTF-8 with `chcp 65001`, the CLI in TUI mode displays Czech characters correctly.

Maybe add a short note to the documentation???
If the console isn’t using UTF-8 (code page 65001), non-ASCII characters can appear as in TUI mode. Switching with chcp 65001 fixes it.