Gregarius编辑feeds的时候,中文总是乱码(版本r1787),其实解决方法很简单的: 找到admin/channels.php这个文件,找到第900行,修改为: //$title = htmlentities($title,ENT_QUOTES); $title = htmlspecialchars($title, ENT_QUOTES);
Tags: chinese, feed, gregarius, hack, messy, PHP
Posted in Internet, PHP, Tools | 1 Comment »
知之为知之,不知为不知!