openjfx / javafx-maven-plugin

Maven plugin to run JavaFX 11+ applications
Apache License 2.0
371 stars 59 forks source link

UTF-8 characters not supported when printing to System.out or System.err #180

Open ChrystianKacki opened 5 months ago

ChrystianKacki commented 5 months ago

When I use println() methods of System.out or System.err with some UTF-8 characters like ł ś ę ó it prints question mark ? characters/blocks. I am using IntelliJ IDEA with built-in Maven. In my IDE, in the similar case org.codehaus.mojo.exec-maven-plugin works perfectly. I need to solve this please. Could this be an issue of Apache Commons Exec used by the javafx-maven-plugin ?