Certain page i wish to extract inforamation from.
Some of the information is Hebrew chars.
Using the following code the Hebrew chars are corrupted and finally displayed as "??? ?? ?" etc.
What can be done to prevent this from happening?Code:Set objXml = Server.CreateObject("Microsoft.XMLHTTP") FileToGet="http://.......asp" objXml.Open "GET", FileToGet, False objXml.Send response.write "<xml>" & objXml.responseText & "</xml>"
Any Server object that supports foreign languages?
Thx...


Reply With Quote
