Dear All
There is some problem, I am facing while changing the language.
In my application all the field’s label populate dynamicall on the web depending upon the language selected.
when I select Deutch and French language, I am facing problem due to some special character it does not show the value exact value and instead of that it shows “?”.
I debug the code, the Lotus script code which I wrote in an agent, it perfectly fetch the value then print that value.
My XMLHttpRequest object while getting the response text, it shows the “?” mark in some places, This basically happens while selecting the language “Deutch” & “French”.
I suppose it is the problem of encoding scheme but I set the characterset as UTF-8 in the page. Also I set the request header of the XMLHttpRequest
i.e.
objHTTP.setRequestHeader(“Content-type”, "application/x-
www-form-urlencoded");
or
objHTTP.setRequestHeader(“Content-type”, "application/x-
www-form-urlencoded;characterset=UTF-8");
in Agent my content type is text.
Please suggest, what I’ll do to resolve this probelm
Thank you
Regards
Ashish