PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » XML » XML_RSS » Bug #2782

Support RSS charset getter

Details

Request #2782Support RSS charset getter
Submitted2004-11-18 09:29 UTC
Fromjohno at jsmf dot net
Assignedmj
StatusClosed
PackageXML_RSS
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2004-11-18 09:29 UTC] johno at jsmf dot net

Description:
------------
I'm using XML_RSS to extract RSS feeds from various sites.

The problem is that with XML_RSS you cannot get the character set of RSS feeds.

Please support something like XML_RSS::getCharset(); to fix this problem.

[2005-10-16 20:37 UTC] david at buro9 dot com

Well, if the title contains special characters.

Imagine a music news feed that had Björk in either the title or description for example.

At the moment, that is coming out of XML_RSS in a bit of a mess... it would be nice to have it escaped, or the charset announced so that we could handle it appropriately.

[2005-10-22 09:53 UTC] at php dot net

In fact such a patch has been in CVS for a long time, but it was never released. I'll try to get out a new release of XML_RSS as soon as possible.