--- fenglin/www/rss.php 2008/03/04 13:29:40 1.3 +++ fenglin/www/rss.php 2023/07/28 11:45:21 1.7 @@ -94,7 +94,7 @@ if ($page>$page_total) zh-cn Rss Generator By FengLin - Copyright (C) 2003-2008 www.FengLin.info, All rights reserved + Copyright (C) 2003-2012 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, 'GB2312').(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, 'GB2312'); ?> + +