Home All Groups Group Topic Archive Search About

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

Author
26 Jul 2006 1:55 AM
vongi
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/SendSMS?username=uname&password=pwd&from=1000601232264&dcs=8&to=8536382773&text=·PÁ»դU¹ï¥[¤J«Â¥§´µ¤H¿DªùªÑ¥÷¦³­­¤½¥q¤§¿³½ì¡A§Ú­Ì¤w¦¬¨ì»Õ¤U¤§¥Ó½Ð¥B¥¿¶i¦æ¥J²Ó¼f«ß¶¥¬q.


(The special characters are Big5 code)

This is urgent, please kindly help me out.

Best regards,
Vongi


Author
27 Jul 2006 3:23 PM
Larry Lard
vongi wrote:
> 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/SendSMS?username=uname&password=pwd&from=1000601232264&dcs=8&to=8536382773&text=·PÁ»դU¹ï¥[¤J«Â¥§´µ¤H¿DªùªÑ¥÷¦³­­¤½¥q¤§¿³½ì¡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)


--
Larry Lard
larryl***@googlemail.com
The address is real, but unread - please reply to the group
For VB and C# questions - tell us which version