I am getting  characters in my HTML page where a space should be even though I have included:
<meta charset="UTF-8">
in my <head>
tag; which seems to be the common solution to this issue.
I have googled around a lot and have been unable to reach any solution. I have seen a few people run into this issue due to their IDE or editor saving their project with the wrong encoding.
I use IntelliJ on this project but I have been unable to find a reason to believe that the IDE is causing my issue.
Has anyone seen or resolved this issue before?