I am having problems storing urdu characters in Mysql table. Values from HTML form are stored in tables but when I view in phpmyadmin, it shows weird characters.
I have tried ucs2 and utf8 collations but still new values which I store are unknown characters.
What is the correct collation type? Or is there anything else that is wrong?
Thanks