mraza Posted January 25, 2011 Share Posted January 25, 2011 hi i am fetching a xml feed but in content i see some wierd question marks like this: device�s file your iPod�s design � or simply i have used this curl encoding methosd when i call that page through curl: curl_setopt( $ch, CURLOPT_ENCODING, "UTF-8" ); how can i fix that issue? Thanks for any guidance. Link to comment https://forums.phpfreaks.com/topic/225614-unknow-characters-xml-curl/ Share on other sites More sharing options...
mraza Posted January 25, 2011 Author Share Posted January 25, 2011 anyone plz? Link to comment https://forums.phpfreaks.com/topic/225614-unknow-characters-xml-curl/#findComment-1165110 Share on other sites More sharing options...
Fergal Andrews Posted January 25, 2011 Share Posted January 25, 2011 Hi maraza, How are you viewing the content? Is it possible that the content is actually correct but the viewing medium is causing the problem, such as a web page that does not have the correct content type or character set specified? Fergal Link to comment https://forums.phpfreaks.com/topic/225614-unknow-characters-xml-curl/#findComment-1165174 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.