Home » XML » XML_RSS » Bug #2782
Support RSS charset getter
Details
| Request #2782 | Support RSS charset getter |
|---|---|
| Submitted | 2004-11-18 09:29 UTC |
| From | johno at jsmf dot net |
| Assigned | mj |
| Status | Closed |
| Package | XML_RSS |
| PHP Version | Irrelevant |
| 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.