--- fenglin/www/rss.php 2006/09/23 16:56:54 1.2 +++ fenglin/www/rss.php 2025/03/01 09:08:07 1.8 @@ -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-2006 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'); ?> + +