i have a table in mysql which its encoding like its whole collumns
encoding is utf-8 as my database character set.
I have farsi string in some collumns(which are originally migrated from
MSSQL Server)character encoding of farsi strings is utf8 but what is
visible in mysql table is sth other than farsi characters(i see sth
like this "Ùردوس") however when i fetch these strings from db and
save them with ANSI encoding into a page(html page) which its character
encoding is utf8(<meta http-equiv="content-type" content="text/html;
charset=UTF-8"/>)farsi characters are visible and everything goes OK.
problem araises when i want to search for a string from my page which
its encoding is utf8 in db (e.g. search
for "تهران"), here no results return
from DB .