I am using a multilingual feature in one of my project and having a following issue.
1) Words,characters doesn't display properly on frontend.
The mysql table collation is set to "utf_8_general_ci"
I got the following output on frontend.
واقعی , پول , باید
I have also placed this in header tag
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Can you guys please have a look at this.