Associate
- Joined
- 3 Jun 2007
- Posts
- 34
Hey folks,
I've got single & double quotation marks stored in my database and when I output them into HTML they all bring up a (?) in both Safari and Firefox
I've tried putting meta data in to say what the content type is, but that isn't working, i'm thinking it might be something else?
I'm using php to output the text, and have converted it using the htmlspecialchars function in order to change it all to entities, but this doesn't work either
Is there something else I should be doing?
Thanks,
Steve.
I've got single & double quotation marks stored in my database and when I output them into HTML they all bring up a (?) in both Safari and Firefox

I've tried putting meta data in to say what the content type is, but that isn't working, i'm thinking it might be something else?
Code:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
I'm using php to output the text, and have converted it using the htmlspecialchars function in order to change it all to entities, but this doesn't work either

Is there something else I should be doing?
Thanks,
Steve.