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
{{ message }}
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.
Say the source contains cyrillic symbols in UTF-8:
The platform encoding is the default Cp1251, so let's explicitly set all the possible encoding options in the pom:
Nope:
Let's check the GUI's JVM arguments with Visual VM:
It's got file.encoding (and others) set twice, and one of those is Cp1251. I suspect the duplicates come from clonevm=true.
mvn findbugs:gui log
Just to be sure that the source is right, let's force the encoding using the environment variable:
Now it works:
The text was updated successfully, but these errors were encountered: