I have used the PHP script to show my feed on my homepage and have noticed that all the apostrophes are showing up in funny characters, namely ââ¬â¢. Why is this and how can I rectify the problem.
Thanks
I have used the PHP script to show my feed on my homepage and have noticed that all the apostrophes are showing up in funny characters, namely ââ¬â¢. Why is this and how can I rectify the problem.
Thanks
Go to the code inclusion page, and if you scroll down there should be a box that tells you what to do if you see these weird symbols. It's quite an easy fix, and just involves pasting some more code in to your page.
thanks peter. all sorted.
ok, just noticed something else now - the character issue is sorted but now the feedinformer image isn't showing and instead i have a blue question mark when i view it in safari. could this be because of adding that code?
Shouldn't be. Might be related to some works that took place this evening. Go to your control panel and click on the "Picture" link for that digest to regenerate the image just to make sure. Or go to http://app.feed.informer.com/digest3/PUTYOURDIGESTSIDHERE.htm
i'm using an html php code for my digest. the feed is coming through fine but underneath it i'm getting two question marks instead of the feedinformer logo.
it's doing it here too.
Temporary problem with the image I believe due to rebranding :)
Sounds like the funny characters are because your page isn't using utf-8 encoding in the header. Easily fixed; in fact there's mention of it somewhere on this site
This is what I mean.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
You must log in to post.