Having a problem with character encoding
-
I’ve searched the boards and can’t find an answer to this. I migrated the following site from Media Temple’s grid to a DV:
http://mineralpointschools.org/
Character encoding wasn’t an issue beforehand. However, many special characters (i.e. emdashes, open and close quotes, ellipsis) now show up as question marks. I’ve checked the encoding of the database the HTML, and the file encoding; all are consistently utf8. All of the characters show up fine in the editor on the backend, and in the database.
Here’s another oddity that might have something to do with it. Wherever the_content() is called from the database, a new
<DOCTYPE!>tag is being added, along with<html>and<body>tags. The doctype tags aren’t in the database, but they are being added to the HTML source.
The topic ‘Having a problem with character encoding’ is closed to new replies.