Results 1 to 2 of 2

Thread: XML, ASP And Foreign Languages

  1. #1

    Thread Starter
    Member SnappleBoy's Avatar
    Join Date
    Aug 2002
    Location
    Israel!
    Posts
    41

    XML, ASP And Foreign Languages

    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.

    Code:
    Set objXml = Server.CreateObject("Microsoft.XMLHTTP") 
    FileToGet="http://.......asp"
    objXml.Open "GET", FileToGet, False
    objXml.Send 
    
    response.write "<xml>" & objXml.responseText & "</xml>"
    What can be done to prevent this from happening?
    Any Server object that supports foreign languages?

    Thx...
    i like my icon, made it myself...

    except for Buttercap of course.
    and for the symbol in the back that is copied from Slipknot...


    I like the icon i use but isn't really mine.

  2. #2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width