--- fenglin/www/rss.php 2005/10/08 18:12:33 1.1 +++ fenglin/www/rss.php 2013/01/05 13:45:27 1.6 @@ -94,7 +94,7 @@ if ($page>$page_total) zh-cn Rss Generator By FengLin - Copyright (C) 2003-2005 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'); ?> +