UTF-8 and Apache
Hi There,I've got a customer whose pages are using UTF-8 as they're encoding but aren't appearing properly (curly quotes are messed up ascii unless I force the browser to UTF-8). I was under the impression that the ascii encoding happens on the browser side and not from the server.
He's got the line
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
in his code but no luck.
Can anyone school me on this subject?
Running Apache 2.0.40
Thanks,