You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
When I use
println()
methods ofSystem.out
orSystem.err
with someUTF-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
?The text was updated successfully, but these errors were encountered: