# HG changeset patch # User Dan # Date 1217335992 14400 # Node ID 882c793b0f37b72a0e9d44eb03929b9501ad29f8 # Parent 327d3c7cd3f325c4dc0a9426464f60c64d8f0738 Merging a one-line change from nighthawk (wrong content-type if you're interested) diff -r 327d3c7cd3f3 -r 882c793b0f37 plugins/SpecialRSS.php --- 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;