Urgent!!!! What's the difference???

  • Thread starter Thread starter vongi
  • Start date Start date
V

vongi

vongi said:
Dear All:

I hope someone can answer me this question. I did send out the following
url from IE and I can send out correctly, but as I use webrequest.create to
send out this http, I just receive special characters and cannot get wthe
chinese characters that I want to.


http://202.204.202:20081/servlet/Se...³½ì¡A§Ú­Ì¤w¦¬¨ì»Õ¤U¤§¥Ó½Ð¥B¥¿¶i¦æ¥J²Ó¼f«ß¶¥¬q.

That's not a valid IP address, but never mind.
(The special characters are Big5 code)

I think you need to use UrlEncode to encode your text before putting it
in an URL (it's in System.Web.HttpUtility)
 
Back
Top