Originally Posted by JKVirtualOffice
|
Ok, all my WP gurus...I have a client who is getting the strange characters showing up in her posts. She says she is typing the posts directly into WP and not doing any copying and pasting.
Any ideas on why this is happening?
|
She could try copying the text into Wordpad, saving the file as a .txt, and then copy/paste from the text file back into her posts.
But, did she/you do a recent upgrade?
What version of WP is she using?
It could be a UTF-8 encoding problem. I would see if there is a UTF-8 Database Converter plugin available for whatever version of WP you/she is using. If not, then check the database, all the tables in the database, the config.php file, and the encoding in the dashboard to make sure they are all set to UTF-8 encoding.
You can also go to PHPMyAdmin and check and then alter the database for wp-posts, which might be latin1_swedish_ci, and change it to utf8_unicode_ci.
Before making any changes make sure to do a backup!
Not sure if I helped or not...