|
problem in displaying unicode with ajax(get method)
Hi people!!
My requirement is that i have to retriee hindi font data from the database and display it in the textbox using ajax.
when i am retrieving data from the database in the responseText and seeing the result using alert(responseText), instead of seeing the hindi font data all i see is a series of qestion marks(???.???).
can anyone tell me what could be the reason for this?is there anything that i need to set in order to display the hindi font data using ajax?
please help
thanks in advance
|