Wish cyrillic alphabet not displayed correctly in logs

Erel

B4X founder
Staff member
Licensed User
Longtime User
With Java 19+ you need to add this to the main module:
B4X:
#VirtualMachineArgs: -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8
#PackagerProperty: VMArgs = -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8
 
This method works for me. Thank you very much.