[MRAMBERG - Sun May 23 16:30:11 2004]:
Show quoted text> The RSS generator does not encode international characters, resulting
> in non-valid XML.
The problem is not that the characters are wrong, but that the encoding
for the RSS feed is set differently than the underlying content. If the
encoding of the database is UTF-8, and the webserver is set to deliver a
content-type of UTF-8, there will most likely not be any issues with
this input/output.
Currently, RSS feeds are always created with an encoding of UTF-8, I'm
going to track back the best way to modify that behavior for people who
don't have the option of running utf-8 databases.