ppeter 0 Posted June 9, 2011 hi i have integrated into oscommerce 2.2 http://www.prosveta.de a wordpress blog http://www.apfel.at/tagesgedanken/ i think there is a problem with the this utb-8 and iso-ISO-8859-1 http://www.oscommerce.com/community/contributions,2692 how can i fix this? regards Peter Share this post Link to post Share on other sites
Jack_mcs 1,112 Posted June 9, 2011 hi i have integrated into oscommerce 2.2 http://www.prosveta.de a wordpress blog http://www.apfel.at/tagesgedanken/ i think there is a problem with the this utb-8 and iso-ISO-8859-1 http://www.oscommerce.com/community/contributions,2692 how can i fix this? What problem are you having? Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Need Help? See this thread and provide the information requested. How to Upgrade to the latest version Recommended SEO Addons Share this post Link to post Share on other sites
ppeter 0 Posted June 9, 2011 What problem are you having? look here on the site glücklich http://www.prosveta.de/ 9. Juni 2011 Ihr habt betrunkene Leute gesehen. Ihr Zickzackgang findet sich in ihren Launen wieder, die von einem Extrem zum anderen wechseln. Sie lachen und weinen, sehen glücklich... [heutigen Tagesgedanken lesen] Share this post Link to post Share on other sites
Jack_mcs 1,112 Posted June 9, 2011 look here on the site glücklich http://www.prosveta.de/ 9. Juni 2011 Ihr habt betrunkene Leute gesehen. Ihr Zickzackgang findet sich in ihren Launen wieder, die von einem Extrem zum anderen wechseln. Sie lachen und weinen, sehen glücklich... [heutigen Tagesgedanken lesen] In rss_reader.php, try changing this <td class="smallText"><?php echo '<i>' . html_entity_decode($rss_channel["ITEMS"][$i]["DESCRIPTION"]) . '</i>'; ?> </td> to this <td class="smallText"><?php echo '<i>' . html_entity_decode($rss_channel["ITEMS"][$i]["DESCRIPTION"], ENT_NOQUOTES, 'UTF-8') . '</i>'; ?> </td> Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Need Help? See this thread and provide the information requested. How to Upgrade to the latest version Recommended SEO Addons Share this post Link to post Share on other sites
ppeter 0 Posted June 9, 2011 In rss_reader.php, try changing this <td class="smallText"><?php echo '<i>' . html_entity_decode($rss_channel["ITEMS"][$i]["DESCRIPTION"]) . '</i>'; ?> </td> to this <td class="smallText"><?php echo '<i>' . html_entity_decode($rss_channel["ITEMS"][$i]["DESCRIPTION"], ENT_NOQUOTES, 'UTF-8') . '</i>'; ?> </td> thank you but it did not work http://www.prosveta.de look here i think if have another version of rss_reader.php http://db.tt/BBCXlEw Share this post Link to post Share on other sites
Jack_mcs 1,112 Posted June 9, 2011 thank you but it did not work http://www.prosveta.de look here i think if have another version of rss_reader.php http://db.tt/BBCXlEw Please post the feed you are using. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Need Help? See this thread and provide the information requested. How to Upgrade to the latest version Recommended SEO Addons Share this post Link to post Share on other sites
ppeter 0 Posted June 9, 2011 Please post the feed you are using. http://www.apfel.at/tagesgedanken Share this post Link to post Share on other sites
Jack_mcs 1,112 Posted June 10, 2011 http://www.apfel.at/tagesgedanken I tried that feed in a test shop here and it would even load. It said there was an xml error in the file. Without having the problem to work on, I can't do anything about it. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Need Help? See this thread and provide the information requested. How to Upgrade to the latest version Recommended SEO Addons Share this post Link to post Share on other sites
ppeter 0 Posted June 10, 2011 I tried that feed in a test shop here and it would even load. It said there was an xml error in the file. Without having the problem to work on, I can't do anything about it. ok, maby oscommerce was in the old iso and the wordpress in the new so i think that is the problem and i think you where right to change it in rss_reader.php but i think we need a extra line to do to that! thank you Share this post Link to post Share on other sites
♥stubbsy 4 Posted September 9, 2013 Hi Jack, If you're around sometime I've just installed this on my hompage and have a problem with wierd / special characters and I wondered if you could help? The feed is coming from my wordpress blog here http://www.coastwatersports.com/blog/feed/ And I've put it on the bottom of my homepage here http://www.coastwatersports.com/ The problematic title of the feed post is The sunshine’s here and I need some new sailing clothing! and it gets translated as The sunshine’s here and I need some new sailing clothing! There's also another one below Our Gul Bodyboards don’t come with the... Any ideas? Thank you Dave Share this post Link to post Share on other sites
♥stubbsy 4 Posted September 9, 2013 Hi Burt, I just typed it into wordpress and thats what it came out with when i added the feed Maybe theres a setting for it, I'll take a look Thanks Dave Share this post Link to post Share on other sites
♥stubbsy 4 Posted September 9, 2013 (edited) I just popped it into google and it seems its a known issue with rss and wordpress Here is the fix incase anyone else is using wordpress as their feed source http://www.malcolmcoles.co.uk/blog/wordpress-smart-quotes/ Edited September 9, 2013 by stubbsy Share this post Link to post Share on other sites