Build 1071: Default encoding : System Default creates alignment problem with awt.List
Hi,
I am using the build 1071 on Windows NT SP6a.
I have set up the Default encoding to System Default.
When I run a program within IntelliJ, it passes the following option to the JVM:
-Dfile.encoding=windows-1252
This creates a display (alignment) problem using java.awt.List as if the font was not Monospaced.
I have tried several encoding but none of solve the problem. When running the same application, without the parameter file.encoding passed to the JVM, it works fine. Is it possible not to pass this option encoding to the JVM as part of a setting?
Thanks
Daniel
Please sign in to leave a comment.