Wordpress hindi encoding.

I installed wordpress and tried lot write in hindi using UTF-8 system.  But It always appears ????????? ???. Searched lot but I dont know why not any post available on wordpress forum for this problem ( Or may be I couldn’t search).

So finally the solution is :

locate file ‘wp-config.php’ in your wordpress installation root. and comment out following lines :

//define(’DB_CHARSET’, ‘utf8′);
//define(’DB_COLLATE’, ”);

Just it .. You will get enabled for Hindi and other indian languages encoding ( perhaps for many others too ).

Now Any can tell me how I can add a hindi typepad on my blog ( for comments or any other purpose ) ?  Something like google Hindi transliteration pad ?

Leave a Reply