P
Paul W
I'm using VB.NET 2K5 and SQL Server 2K5...
I'm trying to use a HTTPWebRequest to pull HTML from a given web page
and a HTTPWebResponse to move it into a streamreader and then screen
scrape it into my database. No problem, it works great, except....
One of the URLs I'm working with has an ö. When I put the string with
this URL into the HTTPWebRequest, I don't get the correct page back
from the website. It seems the HTTPWebRequest translated the ö to a
?? and I get the wrong page.
How do I correct this? Is this a setting in .NET or on the OS level by
changing the language?
Thanks for any help you can give...
Paul W
I'm trying to use a HTTPWebRequest to pull HTML from a given web page
and a HTTPWebResponse to move it into a streamreader and then screen
scrape it into my database. No problem, it works great, except....
One of the URLs I'm working with has an ö. When I put the string with
this URL into the HTTPWebRequest, I don't get the correct page back
from the website. It seems the HTTPWebRequest translated the ö to a
?? and I get the wrong page.
How do I correct this? Is this a setting in .NET or on the OS level by
changing the language?
Thanks for any help you can give...
Paul W