Re: UTF-8 errors in RSS feed

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ron Rademaker wrote:
Hi,

I'm trying to load an external rss feed into a DomDocument, the feed says it's uft-8 but DomDocument rightly disagrees. This causes a warning: Input is not proper UTF-8, indicate encoding ! Bytes: 0xA3 0x36 0x35 0x20

Is there any way I can get DomDocument to skip that part of the feed. I'm not looking for the LIBXML_NOERROR option which results in not loading the feed at all. The feed has some incorrectly encoded pound sign in it that causes the problem. I'd much rather have the feed just without that pound sign (or maybe some weird character) than not having the feed at all.

Thanks,
Ron

it's probably in latin-1; try running it through utf8_encode first :)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux