cyrillic alphabet not displayed correctly in logs
Erel B4X founder Staff member Licensed User Longtime User Yesterday at 6:00 AM #2 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
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
D danchovasilev Member Yesterday at 11:17 AM #3 Erel said: 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 Click to expand... This method works for me. Thank you very much.
Erel said: 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 Click to expand... This method works for me. Thank you very much.
peacemaker Expert Licensed User Longtime User Yesterday at 11:36 AM #4 danchovasilev said: works Click to expand... Mark the post as solution.
Erel B4X founder Staff member Licensed User Longtime User Yesterday at 1:00 PM #5 It was correctly posted in the wishlist forum. I will add it to the project templates.