plugins/SpecialRSS.php
changeset 2 882c793b0f37
parent 1 327d3c7cd3f3
--- 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;