CHARSET non-Latin character problems on new server
-
A few weeks ago my self-hosted site was moved to another server. Since then non-Latin characters have not displayed correctly in my posts.
E.g. If I type ‘Σε σταυροδρ?μι φα?νεται να βρ?σκεται η αγορ? ακιν?των’ when I save a draft of the post it changes to ‘?? ??????????? ???????? ?? ????????? ? ????? ????????’.
My wpconfig.php contains:
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);.htaccess includes:
AddDefaultCharset UTF-8And my Header includes:
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />I’m using WordPress 5.2.2 and PHP 7.7.2
I’m using the ‘classic-editor’ plugin, but deactivating it makes no difference.
Any thoughts on where to look next?
TIA
NigelThe page I need help with: [log in to see the link]
- The topic ‘CHARSET non-Latin character problems on new server’ is closed to new replies.