I've got a problem with my charset I guess. I've called out this line of code on the top of my file.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
when I try to read out an 'ë' it returns these two characters: ë .
I can't figure out what I have to do, to return the accented character.
I also found out it only happens to be when I put the accented character into <h1>
tags.