--- fenglin/www/rss.php 2005/10/08 18:12:33 1.1 +++ fenglin/www/rss.php 2025/03/04 07:47:49 1.9 @@ -1,11 +1,10 @@ \n"); +header ("Content-Type: text/xml; charset=UTF-8"); +echo ("\n"); echo (""); ?> $page_total) zh-cn Rss Generator By FengLin - Copyright (C) 2003-2005 www.FengLin.info, All rights reserved + Copyright (C) 2003-2025 www.FengLin.info, All rights reserved - <? echo htmlspecialchars($row["title"]).(ord(substr($row["title"],strlen($row["title"])-1,1))>127?" ":""); ?> + <? echo htmlspecialchars($row["title"], ENT_COMPAT | ENT_HTML401, 'UTF-8').(ord(substr($row["title"],strlen($row["title"])-1,1))>127?" ":""); ?> - ",str_replace("\r\n","\n",LML(str_replace("\x14"," ",str_replace("\x1B"," ",$content)),false)))); ?> - - + ",str_replace("\r\n","\n",LML(str_replace("\x14"," ",str_replace("\x1B"," ",$content)),false))), + ENT_COMPAT | ENT_HTML401, 'UTF-8'); ?> + +