Wordpress

WordPress accent problem fix

WordPress accent problem fix

If have accented characters that are not showing up correctly, you can try the following. in wp-config.php change define(‘DB_CHARSET’, ‘utf8’); to define(‘DB_CHARSET’, ‘utf8mb4’);   Connecting to your WordPress database Often the best solution might be to change the words or characters that are displayed wrong directly from the database. You can use Heidisql program to […]