Hello everybody,
i have a problem with ajax suggest script
the problem is : the script can't read an arabic data from the database
data entered by UTF-8 format
thanks...:)
Printable View
Hello everybody,
i have a problem with ajax suggest script
the problem is : the script can't read an arabic data from the database
data entered by UTF-8 format
thanks...:)
What about charset=windows-1256?
UTF-8 should be fine. However, people always seem to have trouble when using AJAX and Unicode. I don't know why.
Post your JavaScript.