My WP is changing the formatting of characters in my blogs.
For instance; how-to-create-an-ie-only-stylesheet
When I go to edit the blog; it properly shows;
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="all-ie-only.css" />
<![endif]-->
but displays it differently, effectively changing the code to this;
<!–[if IE]>
<link rel=”stylesheet” type=”text/css” href=”all-ie-only.css” />
<![endif]–>
That's a huge difference to change from; "<!--" to this; "<!–"
I notice other format changes here and there. why is it doing this? I'm using UTF-8