if u want to show the devnagari script(Unicode-UTF8) in your wp blog , you have to edit your wp-config.php file located in your file manager.
Go to wp-content.php file & find this code (must be on the line 7 & 8)
after the changes it should be look like this
If you encounter any problem visit us at http://www.lokayat.com & ask your questions.
We'll help you.
Thank you very much for your solution... I tried it. Its really working Gr8... Now i am using Indic IME plugin on my blog... It supports 9 Indian Languages...
http://sapling.in/archives/248
Go to wp-content.php file & find this code (must be on the line 7 & 8)
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
now you have to add "//" to both line of codes.(without "")after the changes it should be look like this
//define('DB_CHARSET', 'utf8');
//define('DB_COLLATE', '');
You have done it.Enjoy blogging!If you encounter any problem visit us at http://www.lokayat.com & ask your questions.
We'll help you.
http://sapling.in/archives/248
My friend helped to solve this.
find the following lines in wp-config.php
define(’DB_CHARSET’, ‘utf8′);
define(’DB_COLLATE’, ”);
define(’DB_COLLATE’, ”);
and change them to
//define(’DB_CHARSET’, ‘utf8′);
//define(’DB_COLLATE’, ”);
//define(’DB_COLLATE’, ”);
then everything works :)
No comments:
Post a Comment