I am trying to develop a Maven Project, using IntelliJ IDEA, having all classes the UTF-8
charset.
Unfortunately, when I compile my project, I got errors when printing some strings.
I am trying to print this: Çorap, çorap
I take this output after compile: ├çorap, ├ğorap
I have already looked lots of questions and tried to add plugins, setting sourceEncoding
but that doesn't work for me. When I decompile the jar, this is the string: \u00e7orap, \u00c7orap
.