I am attempting to start a new Wordpress blog. I am seeing funny characters in some browsers but not others instead of single quotes, double quotes and ellipses. Things I already thought of:
- The HTML template page for output itself is set to UTF-8
- The admin page is UTF-8
- The MySQL database tables where the data is stored are UTF-8 encoded
- I am entering regular keyboard (')'s and (")'s (...)'s and not pasting in from another application.
- I am using WordPress's out-of-the box WSYWIG
Browsers it looks wrong in (for example): Firefox for Windows, IE7 For Windows Browsers it looks okay in (for example): Firefox for OS X, Safari for OS X
Where do I go from here?