I am having problems using this. I am trying to get yahoo news feeds. I get the following error.
A PHP Error was encountered
Severity: Warning
Message: SimpleXMLElement::__construct(): Entity: line 23: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xA0 0x6D 0x65 0x6E
Filename: libraries/rssparser.php
Line Number: 90
the link i am trying to parse is UTF-8 ...
http://news.search.yahoo.com/news/rss?p=home+intrusion&ei=UTF-8&fl=0&x=wrt
what is weird is that this one works fine.
http://news.search.yahoo.com/news/rss?p=business+theft&ei=UTF-8&fl=0&x=wrt
any suggestions?
