I have a new installation and exported then imported posts/pages/tags/ categories from another blog.
This other blog has two languages, English and Greek
Now in the new installation I am seeing ????????? question marks where Greek text should be in the titles, body of post, categories, tags etc.
How do I fix that?
I have taken a look at the wp-config.php and ensured that I have in both blogs these two identical lines -
define('DB_CHARSET', 'utf8');
define ('WPLANG', '');
thank you