1
Hey guys,
I've got a bit of a weird problem... I use the news module as a blog, and usually type my texts in Microsoft Word 2007 (for the spelling checker). Because this, the texts usually contain some non-standard characters like … ’ and €. In the MySQL database they look fine, on the news module they look fine.. but on the RSS feed that's generated from backend.php, they looks like this:
… is displayed as …
’ is displayed as ’
€ is displayed as €
Again.. on the news page and in the database they look fine, just backend.php displays them wrong. Any ideas ?