thetrevdev
-
Total Posts
:
1
- Scores: 0
-
Reward points
:
0
- Joined: 10/2/2009
-
Status: offline
|
Get html source - Some characters become question marks
Friday, October 02, 2009 11:01 AM
( permalink)
I am currently using: set xml = CreateObject("MSXML2.ServerXMLHTTP") xml.open "GET", link, false xml.send "" copiedHTML = xml.responseText Currently, the ' character becomes a ? when writing the string to a database or when displaying the string directly. Is there any way to resolve this? -Thanks
|
|
|
|