Hello,
I have an Asp.Net web app which users include a script tag in their web page, and get data from my server (using JsonP & a Generic handler (ashx))
The data is in hebrew, and I set the charset to utf-8 in the response.
When the client web site (which displays the data) uses "windows-1255" I don't see the text properly.
The script can be included in any web page with any character set.
Do I need to convert my data or set the response charset property differently?
Thanks Yaron