My markup won't validate because it containes non utf-8 characters.
My blog is at http://www.scriptshifter.com/maya and
The failed validation message is: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.scriptshifter.com%2Fmaya%2F&charset=utf-8&doctype=Inline
The offending characters seem to be here:
<!--
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
<rdf:Description rdf:about="http://scriptshifter.com/maya/?p=37"
dc:identifier="http://scriptshifter.com/maya/?p=37"
dc:title="Picnic"
trackback:ping="http://scriptshifter.com/maya/wp-trackback.php?p=37" />
</rdf:RDF> -->
How can I find and remove the faulty characters? Are they in wp-rss.php ?