All of my characters in post such as , ' "" have changed to something else such as “ ’t ‘..
How can i restore that ??
Can anyone please help me ?
All of my characters in post such as , ' "" have changed to something else such as “ ’t ‘..
How can i restore that ??
Can anyone please help me ?
please anyone reply..
mediabaron's link appears to suggest commenting out the defines for DB_CHARSET and DB_COLLATE. That didn't work for me.
My problem arose when I migrated a WordPress install from one hosting service to another. Both databases were set for UTF8 (and there were no defines for DB_CHARSET and DB_COLLATE in the wp_config.php file until I added them trying to fix the problems).
The weird characters (e.g. “) do seem to be in the database (at least according to phpMyAdmin) -- but one server must have settings that translate the characters to ones that the browser understands. I'm seeing the same behavior with Firefox and IE on Windows and Safari on a Mac -- things look fine when the data is served from one system, garbled from another.
Since these characters *are* apt to appear in future posts, does anyone have suggestions on where to look for a server-side solution?
However, in the interest of moving forward, I did just investigate another solution.
I installed the Search Regex plugin. [It appears to be the search and replace plugin that's had the most recent development and its version 1.4.11 is compatible to WP 2.9.2 which is what I'm running.]
I used it to make the following replacements:
 ->  
— => —
’ => ’
†=> ”
“ => “
and things look much better.
This topic has been closed to new replies.