rss feed post character set problem

janubaba

Junior Member
Joined
Jun 15, 2023
Messages
106
Reaction score
34
This inverted comma ( ” ) in a wordpress post which is coming from an RSS Feed rendering the inverted comma ( ” ) as = â€�
i have tried setting wp-config.php file for utf8 character set but this does not work.

there is no encoding character set setting in my wordpress, it is hidden. so what could help sort this error out for me ?

please help
 
This inverted comma ( ” ) in a wordpress post which is coming from an RSS Feed rendering the inverted comma ( ” ) as = â€�
i have tried setting wp-config.php file for utf8 character set but this does not work.

there is no encoding character set setting in my wordpress, it is hidden. so what could help sort this error out for me ?

please help
In your wp-config.php file can you try commenting out these lines:
define('DB_CHARSET', 'utf8'); define('DB_COLLATE', '');
 
Back
Top