I have just done a bunch of server upgrades and some clients are complaining about characters being replaced with a black diamond with a question mark in it.
After researching character encoding I discovered that one of the upgrades had modified my httpd.conf file and added this line.
[sourcecode]AddDefaultCharset UTF-8[/sourcecode]
Commenting this line out returned the situation to normal. I am going to write a quick script to check for non UTF-8 encoding and let these clients know that they are using an encoding method that is becoming non standard.
It was an interesting problem.
Not ‘my’ website, but I used your line of code. I dont know whether you’re man or woman… and I dont even care, actually… I LOVE YOU! You solved my problem.
Nope… didnt work… Sometimes it does, but if I refresh the page, it may dont work. Pretty weird.