Hi,
We use wordpress and we enjoy it everyday, big thanks for this great job!
Nonetheless I've found that inside the rss feed special latin1 caracters when used in a title post are not converted into html entities. I use wp 2.0.4 and utf-8, here a sample of my trouble :
rss feed url http://www.ouverture-et-innovation.org/feed/
<title>
Le mouvement vers OpenDocument s’accélère au niveau des applications
</title>
As you can see ' é and è are not converted to html entities but they are in the body :
<content:encoded>
Le format OpenDocument a décidément le vent en poupe. C’est en effet pas moins [...]
Is it a known bug ? Is there a way to use html enties in rss feed title entris ?
thanks