I know that JQuery is set to use the UTF-8 charset but this simply doesn't work out of the box on my website.
Even after setting UTF-8 manually in the header and forcing it in .htaccess JQuery still spits out the black diamond question mark for any special chars on the site.
I have seen other sites that have managed to do it properly but I can't get any special chars to display unless I encode to iso-8859-1.
The content is all being pulled with PHP/MySQL so maybe there is something I need to change on the tables as well? I thought that the header declaration would overwrite this anyway?
Any suggestions?