Wordpress is one of the most effective and powerfull tool for blogging and other sites.
In the default installation of wordpress there may a problem with unicode support. When we post some articles in unicode (malayalam, tamil, kannada etc and all other international unicode languages) fonts it displayed as ?????????
we can easly solve this problem
Steps
1. open 'wp-config.php' in the installation directory
2. find the following lines in the file at the begining
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
3. Comment these lines using '//'
//define('DB_CHARSET', 'utf8');
//define('DB_COLLATE', '');
4. Just save the file
Unicode problem is fixed!! Enjoy blogging using wordpress.....
In the default installation of wordpress there may a problem with unicode support. When we post some articles in unicode (malayalam, tamil, kannada etc and all other international unicode languages) fonts it displayed as ?????????
we can easly solve this problem
Steps
1. open 'wp-config.php' in the installation directory
2. find the following lines in the file at the begining
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
3. Comment these lines using '//'
//define('DB_CHARSET', 'utf8');
//define('DB_COLLATE', '');
4. Just save the file
Unicode problem is fixed!! Enjoy blogging using wordpress.....
Comments