bernk
January 16th, 2008, 12:33 AM
I'm having some trouble with character encoding on a website I'm developing.
I have characters like apostrophes, which were copied and pasted from Word docs, and foreign characters like é and ñ showing up all weird.
Here is an example:
today’s instead of today's
On my local MAMP server this does not happen. The problem is that the client's server is set to a non UTF-8 default charset. I have declared UTF-8 as the charset in the head...but this doesn't seem to do anything.
Anyone have any ideas?
I have characters like apostrophes, which were copied and pasted from Word docs, and foreign characters like é and ñ showing up all weird.
Here is an example:
today’s instead of today's
On my local MAMP server this does not happen. The problem is that the client's server is set to a non UTF-8 default charset. I have declared UTF-8 as the charset in the head...but this doesn't seem to do anything.
Anyone have any ideas?