cyrillic alphabet not displayed correctly in logs
Erel B4X founder Staff member Licensed User Longtime User Jan 13, 2025 #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 Jan 13, 2025 #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 Jan 13, 2025 #4 danchovasilev said: works Click to expand... Mark the post as solution.
Erel B4X founder Staff member Licensed User Longtime User Jan 13, 2025 #5 It was correctly posted in the wishlist forum. I will add it to the project templates.