I was having a similar problem with Japanese and I followed Thomas’s suggestion and that worked (thank you). But I am wondering if by removing the following lines if that has caused problems with the RSS feed because the xmlrpc.php file goes to the wp-config.php to find the charset which has now been removed.
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
When I go to validate my feed I get the following error:
XML Parsing Error: syntax error
Location: https://www.mdcarrasco.com/blog/feed
Line Number 1, Column 31:<?xml version=”1.0″ encoding=””?>
I think it has to do with the encoding which is why I am posting in here. I was wondering if anyone else was having this problem or if you perhaps knew of a solution?
Thank you for the great information.