Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30986
Modified Files:
rss.php
Log Message:
rss is utf8, thanks to romulus :)
Index: rss.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/rss.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- rss.php 1 Jul 2004 11:43:07 -0000 1.28
+++ rss.php 8 Oct 2004 11:09:16 -0000 1.29
@@ -1,5 +1,5 @@
<?php # $Id$
-header('Content-Type: text/xml');
+header('Content-Type: text/xml; charset=utf-8');
include_once('serendipity_config.inc.php');
$version = strtolower($_GET['version']);
|