I'm very sorry, but I couldn't find the multi-language version of Win8.1 and I'm unable to install the German version. The Win8.1 system is too old.
I reinstalled Windows 8.1 and Windows 10 using a virtual machine and downloaded "xyplorer64_28.30.1303_beta_noinstall.zip".
Windows 8.1:
text readfile ("BAT.bat");
It still shows garbled characters.
input ("title","notes");
The title and notes cannot be displayed.
Windows 10:
text readfile ("BAT.bat");
It still shows garbled characters.
input ("title","notes");
The title and notes are displayed normally.
I modify my own code and computer system:
(1) Replace this command with a function named my_func_read_file (). The content of the function my_func_read_file () is:
First, use the command filetype () to determine whether the file is "Ascii". If it is "Ascii", then use the command readfile ("BAT.bat",,,936).
All xys files call the function my_func_read_file () to read the files.
(2) Update the computer system to Windows 10 to solve the problem of this command input ().
Thank you very much for your help.
Windows 8.1 x64-2026-07-01-10-26-39.png
Windows 8.1 x64-2026-07-01-10-27-10.png
Windows 8.1 x64-2026-07-01-10-27-17.png
Windows 8.1 x64-2026-07-01-10-27-47.png
Windows 8.1 x64-2026-07-01-10-27-55.png
Windows 10 x64-2026-07-01-10-20-10.png
Windows 10 x64-2026-07-01-10-20-47.png
Windows 10 x64-2026-07-01-10-20-59.png
Windows 10 x64-2026-07-01-10-21-32.png
Windows 10 x64-2026-07-01-10-21-40.png