How to write Bengali in WordPress with Avro?
- At October 7, 2011
- By G. M. Shaharia Azam
- In Blog, Web Development, Wordpress
0
see the above images and to write bengali in wordpress change the ‘Encoding for pages and feeds’ from UTF-8 to?utf8_general_ci.?
[but in this case when you will share your link to facebook then it will show an error. So you can also try by setting UTF-8, then you must follow the last step..]
Now write bengali in Posts with avro or any unicode keyboard software. It will make you able to make wordpress post in Bengali.
Last step: Also in your WordPress directory find wp-config.php find
|
1 |
define('DB_CHARSET', ''); |
here you should replace like the following example
|
1 |
define('DB_CHARSET', 'utf-8'); |
