SimpleXMLElement occasionally fails to parse gb2312 or big5 RSS feeds

"Peter Pei" <[email protected]> Fri, 02 Apr 2010 08:12:03 -0600
Newsgroups gmane.comp.php.internationalization
Organization Pei
Message-ID <[email protected]>
I use the following code to get rss and parse it, but the code  
occasionally have issues with gb2312 or big-5 encoded feeds, and fails to  
parse them. However other times may appear just okay. Any thoughts? Maybe  
SimpleXMLElement is simply not meant for other language encodings...

		$page = file_get_contents($rss);
		try {
			$feed = new SimpleXMLElement($page);


-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

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