Access: Admin
Total Posts: 1395
Joined: 2006-05-19
I could recreate this problem in IE and Chrome, firefox seemed to do it as well but as the page finished loading it corrected the characters and displayed them properly.
If you view this page in IE or Chrome it'll display them incorrectly.
That's curious, as I generally use Firefox, and this is where I notice the problem.
I tried inserting the code, but my web design software inserts this upon publishing, and I ended up with both:
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
If I delete that and replace with
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">, the problem goes away.
At least I have a clue, and will take it from there.