I have problems with russian encoding in my java application. It's reproduced only in case of build artifact. While running from IDE everything works correctly.
To inspect this issue I've created a trivial hello world app which just prints a phrase in russian to console.
then I've created jar artifact (didn't change any preferences) and builed this artifact. When I start my jar from console - I have an incorrect output.
Tried changing all the encodings in the "Settings" to UTF-8 - didn't help.