I upgraded to WP 2.6.1 under the recommendation of WordPress in order to get Hebrew characters to display on my blog. After the upgrade, they still didn't display so I follow a second set of instructions that advised me to change WP-config from:
define('DB_CHARSET', 'utf8');
to:
define('DB_CHARSET', '');
That worked brilliantly for my Hebrew characters which now display properly.
But now I have all these question marks replacing apostrophes in all of my blog posts. There's no way I'm manually going through all 300+ posts and changing it. There must be a back end way to fix it.
Can anyone help?