ly269nva commented on issue #4261:
URL: https://github.com/apache/netbeans/issues/4261#issuecomment-4038308571
Charset.defaultCharset():UTF-8
file.encoding property:UTF-8
native.encoding property:null
sun.jnu.encoding property:UTF-8
stdout.encoding property:UTF-8
sun.stdout.encoding property:UTF-8
I also have this problems on netbeans20,jdk8,win11, i write
System.out.println("png压缩完成"); it can output chinese in 'Test Results' tab, but
Output garbled text in ‘Output’ tab. And no matter how I configure it in
netbeans.exe, it doesn't work,example: netbeans_default_options="***
-J-Dfile.encoding=UTF-8 -J-Dsun.jnu.encoding=UTF-8
-J-Dnetbeans.output.encoding=UTF-8 -J-Dconsole.encoding=UTF-8
-J-Dsun.stdout.encoding=UTF-8 -J-Dstdout.encoding=UTF-8
-J-Dstderr.encoding=UTF-8 -J-Dmaven.opts=-Dfile.encoding=UTF-8
-J-Ddefault.charset=UTF-8 -J-Dclient.encoding.override=UTF-8"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists