Merging a one-line change from nighthawk (wrong content-type if you're interested)
--- a/plugins/SpecialRSS.php Tue Jul 29 06:46:27 2008 -0600
+++ b/plugins/SpecialRSS.php Tue Jul 29 08:53:12 2008 -0400
@@ -240,7 +240,7 @@
function page_Special_RSS()
{
global $db, $session, $paths, $template, $plugins; // Common objects
- header('Content-type: text/xml; charset=windows-1252'); //application/rss+xml');
+ header('Content-type: text/xml; charset=utf-8'); //application/rss+xml');
global $aggressive_optimize_html;
$aggressive_optimize_html = false;
$session->sid_super = false;