I am dumping MySQL database into a JSON file. This database contains this symbol "–" everywhere and I want to use that in my Java code cause I need the exact String.
What is there that I can do to use that symbol?
Note that when I dump the db I get a ? mark symbol where – is and I just have sth like a Gradle job to edit but this solution didn't really work.