Jan 27, 2007 #1 Gashek Junior Spellweaver 10 Happy Years Joined Oct 18, 2005 Messages 181 Reaction score 0 Location *net networks Hey here. I have a trouble with encodding on my rss feed script. It doesn't show any letters, but "???
Hey here. I have a trouble with encodding on my rss feed script. It doesn't show any letters, but "???
Jan 27, 2007 #2 Mario_Party Custom Title Activated Loyal Member 1000 Posts 20 Happy Years Joined Nov 19, 2003 Messages 1,174 Reaction score 0 Location London Maybe there is the wrong encoding of characters? Not sure
Jan 27, 2007 #3 Gashek Junior Spellweaver 10 Happy Years Joined Oct 18, 2005 Messages 181 Reaction score 0 Location *net networks not sure neither. on xml its utf8, same as on decode. in browser ive tried all kind of encoddings, none of them worked out :\
not sure neither. on xml its utf8, same as on decode. in browser ive tried all kind of encoddings, none of them worked out :\
Jan 27, 2007 #4 username1 Divine Celestial 500 Posts Trophy Point Collector 20 Happy Years Joined Jul 7, 2004 Messages 853 Reaction score 5 What if you remove the utf_decode altogether?
Jan 27, 2007 #5 Gashek Junior Spellweaver 10 Happy Years Joined Oct 18, 2005 Messages 181 Reaction score 0 Location *net networks it will show question symbols instead of "???¥?26 ? ?"
Jan 28, 2007 #6 FragFrog Custom Title Activated Loyal Member 1000 Posts Trophy Point Collector 20 Happy Years Joined Aug 8, 2004 Messages 3,892 Reaction score 20 Location The Netherlands Probably some other kind of datatype is used there. I suggest you use PEAR :: Package :: XML_RSS in combination with PEAR :: Package :: XML_Parser. They can handle different datatypes
Probably some other kind of datatype is used there. I suggest you use PEAR :: Package :: XML_RSS in combination with PEAR :: Package :: XML_Parser. They can handle different datatypes