From: Carsten K. <car...@us...> - 2002-01-01 06:14:43
|
Update of /cvsroot/phpwiki/phpwiki/lib In directory usw-pr-cvs1:/tmp/cvs-serv390 Modified Files: RssWriter.php Log Message: RSS_ENCODING now uses the new CHARSET constant from index.php Index: RssWriter.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/RssWriter.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** RssWriter.php 2001/12/14 20:16:53 1.2 --- RssWriter.php 2002/01/01 06:14:40 1.3 *************** *** 116,120 **** // Encoding for RSS output. ! define('RSS_ENCODING', 'ISO-8859-1'); /** --- 116,120 ---- // Encoding for RSS output. ! define('RSS_ENCODING', CHARSET); /** |