dvawolk
Member
Posted 3 years ago #
Hi. I have a UTF-8 character encoding and when posting to my blog, it is not properly recognized - where is the problem - how can i fix it? I searched arround for awhile, but to no avail - all seems to me that is ok...
My site: http://www.belivolk.info
Klemen
dvawolk
Member
Posted 3 years ago #
Back up your wp-config.php file first!!!
look for this line.. line 8 maybe
define('DB_CHARSET', 'utf8');
1. delete the utf8
or
2. add // before that line so it will be like :
//define('DB_CHARSET', 'utf8');
dvawolk
Member
Posted 3 years ago #
Hi rize!
The second one worked:
//define('DB_CHARSET', 'utf8');
After that Č was displayed correctly in posts, but not in site title... So i needed to rewrite it in settings.
After that it was all okay!
Thanks, alot!