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,
In desperate need.
Thanks,
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.
<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.
Try this:
https://github.com/ahukkanen/c5_charset_fix...