Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Sep : Re: Fail to encode reserved characters in Indy10
| Subject: | Re: Fail to encode reserved characters in Indy10 |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Tue, 19 Sep 2006 20:53:02 |
"Gloria Ho" <gloria_dot_hk@gmail.com> wrote in message
news:4510a46a$1@newsgroups.borland.com...
> For Indy 10, it does not encode '&' as'%26'
Like I said earlier, '&' is not considered to be an unsafe character, so it
is not encoded.
> But it does encode '%26' as '%2526'. (??!!)
As it should be, because '%' is an unsafe character. $25 is the hex value
for the '%' character.
Gambit