View Single Post
  #3 (permalink)  
Old 05-12-2008, 09:40 AM
cormacparle cormacparle is offline
Junior Member
 
Join Date: May 2008
Posts: 2
Default

I don't think it's an character set problem. If I call DOMDocument::save() on the internal DOMDocument in Zend/Feed/Abstract.php that represents the feed, the entities are decoded correctly in the saved file - but then if I do a foreach on the feed items and save them out individually to another file I get the garbled characters.
Reply With Quote