K
Asked
Bangla language is not visible in the post of the site, what is the solution?
Attachments
- MSAnswered
Hello,
Please check your database’s topics table. Are the characters showing fine there?
- KAnswered
Bangla, Hindi, Arabic does not support any language, only English can be seen
- MSAnswered
Hello,
Can you check your database CHARACTER SET?
SELECT @@character_set_database, @@collation_database;
If not utf8 then you can change
ALTER DATABASE dbname CHARACTER SET utf8 COLLATE utf8_general_ci;
Thank you
- KAnswered
work done , Thank you very much
- Login to Reply