I am trying to deal with special characters but Intellij converting special characters to different characters. I have already updated my default encoding to UTF-8 standard but still facing issues.
While printing the same data to the IntelliJ console it's converting the same data to a different format. please find the below examples.
Examples:
"Avstånd" is converted to ==> Avst├Ñnd
"välein" is converted to ==> v├ñlein
I have already checked the JSON file. It's showing me Encoding the UTF-8 standard. I also tried the below links but still no luck yet.