IntelliJ messes up the Section sign (§) in .java files
Answered
I added a .java file to a project, that contained the § symbol. IntelliJ rendered it as �. When I replaced it with § in intellij, it rendered fine, but in the file, it was saved as §. My file is in UTF-8 format. How can I make IntelliJ properly save and render special unicode characters?
Please sign in to leave a comment.
Make sure encodings are set correctly for the project and the file, see http://blogs.jetbrains.com/idea/2013/03/use-the-utf-8-luke-file-encodings-in-intellij-idea/ .