Hi,
I'm using XMLHttpRequest in JavaScript to retreive information from remote websites into Internet Explorer. Everything works great, except for two websites, where the server doesn't return any Charset information in the headers. The result is that XMLHttp interprets the results as UTF-8, while I know they are ISO-8859-1, which results in all extended characters (for example å, ø, æ) being displayed as questionmarks.
I do not have access to those servers, or to the documents on them. Is there any way I can force XMLHttpRequest to interpret the documents as ISO-8859-1, or to display the UTF-8 results properly in another way?
Thanks, Peter
I'm using XMLHttpRequest in JavaScript to retreive information from remote websites into Internet Explorer. Everything works great, except for two websites, where the server doesn't return any Charset information in the headers. The result is that XMLHttp interprets the results as UTF-8, while I know they are ISO-8859-1, which results in all extended characters (for example å, ø, æ) being displayed as questionmarks.
I do not have access to those servers, or to the documents on them. Is there any way I can force XMLHttpRequest to interpret the documents as ISO-8859-1, or to display the UTF-8 results properly in another way?
Thanks, Peter