URL Encoding

Posted by LegacyUser on 20-Oct-2002 20:15

Hi All,

I am wondering if there is already a library, functon etc to do URL encoding?

Eg, change a space to %20. We have to pass in information, through an OCX

in a progress frame, into a URL eg, www.whatever.com/frame?option1=....&option2=...

etc, and I am worried about spaces and other characters that are not part of

the UTF-8 format.

Any help that can be offered will be appreciated,

Thanx, and cya.

Wayne Singh

Analyst Programmer

Cedar Creek Company

Australia.

All Replies

Posted by LegacyUser on 12-Dec-2002 16:45

"Wayne Singh" wrote:

>

>Hi All,

>

>I am wondering if there is already a library, functon etc to do URL encoding?

Eg, change a space to %20. We have to pass in information, through an

>OCX

>in a progress frame, into a URL eg, www.whatever.com/frame?option1=....&option2=...

>etc, and I am worried about spaces and other characters that are not part

>of

>the UTF-8 format.

>

>Any help that can be offered will be appreciated,

>Thanx, and cya.

>

>Wayne Singh

>Analyst Programmer

>Cedar Creek Company

>Australia.

Hi All,

well I am writing this purely to let you know that I ended up doing it as a

simple .i file with a whole lot of replace statements.

Cya.

This thread is closed