I’m having problems with a wordpress install.
I’ve installed many wordress website, and never had this problem.
I though it was because I was copying and pasting from another application, but it’s happening a post’s that I am purely typing from scratch.
The type characters appearing are… – “ ’ â€
I don’t know what to do? I’m running the latest WordPresss 3.3.1
My Config is completely standard with…
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
Any help or advice would be great thanks.
make sure ur function is actually working by checking the front end html. You should have a piece of meta that looks similar to this:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />