0

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.

khmarbaise
  • 92,914
  • 28
  • 189
  • 235

0 Answers0