Bad charset on the generated RSS file
Status: Beta
Brought to you by:
canopus961
The generated RSS file is set to "utf-8" in the XML
header, but it actually is ISO-8859-1. Problems arise
when you try to insert accents or stuff!
======== EXAMPLE RSS.XML ========
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" >
<channel>
<title>Podcast</title>
<link>http://www.sample.com/</link>
<description>Les bons plans sortie dans votre rꨩon,
========