0
Strange characters after WordPress Upgrade
If we see bizarre characters in your post calm (“I’, Â, etc…) after a WordPress ascent your will need to cgange a following line in your wp-config.php
Original:
define(’DB_CHARSET’, ‘utf8?);
Updated:
define(’DB_CHARSET’, ”);
That’s it!