Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个获取一些 RSS 提要并显示它们的网站。每个提要来自不同的站点。
其中 3 个站点使用 UTF-8 和一个 iso-8859-1,但是其中两个站点不能正确显示引号和井号。iso-8859-1 站点显示正确,其中一个 UTF-8 可以,但其他 UTF-8 则不能。
我已在我的 head 部分将字符集定义为 UTF-8。
您可以使用 htmlentities 来显示这种类型的字符,例如£,
£
查看此链接http://www.ascii.cl/htmlcodes.htm
事实证明,解决方案在于我用于 RSS 的解析器,MagpieRSS它不能很好地处理像“£”这样的额外字符。
MagpieRSS
解决方案是切换到SimplePie RSS
SimplePie RSS