solved ! :) needed to convert titles and all stuff from ISO-8859-1 to UTF-8 (I used utf8_encode)
and this BEFORE doing the saveXML I mean, while actually building the feed ! Apparently, from what I read on the net, the DomDocument uses utf-8 inside, even if I save the xml output as a ISO-88591-1 Also notice that you wont see the right character if you test the PHP code from a DOS-prompt... guess the dos prompt is using the windows cp encoding :) If I save out to a file and then open the file, everything is ok :) Hope this helps whoever may need it thank you -- View this message in context: http://www.nabble.com/Zend-Feed-Rss-XML-and-Entities-for-special-chars-tp20234717p20272668.html Sent from the Zend Framework mailing list archive at Nabble.com.
