Strange  characters keep appearing in my text

Permalink
Please let me know if you've experienced and been able to solve this problem. It is driving me mad. I've re-typed the same page for the past two hours!

In desperate need.

Thanks,

 
Mainio replied on at Permalink Reply
Mainio
Not sure based on the description but your database character set might be incorrectly set.

Try this:
https://github.com/ahukkanen/c5_charset_fix...
madeforspace replied on at Permalink Reply
madeforspace
Does this line appear in your header.php?
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />

Some special characters, including Polish characters, are not preserved during HTML conversions.
To resolve this issue, you must pass in a meta tag to use UTF-8 encoding.