Hi,
In a DB of mine, some characters when echoed to webpage show up like this:
—
That should be displayed as - sign.
How do I fix this problem?
If I am right, this comes up when the CharacterSet is not defined or proper output header is not set.
So I tried setting "text/html" header using php, didn't work.
Then I tried the following meta info, didn't work either.
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
None of those worked.
What am I doing wrong?
Thanks for helping.
Bye
