Re: URL encoding

2002-01-28 Thread Paul DuBois
At 1:50 -0800 1/28/02, Andrei B. wrote: >Is there a function for URL encoding a value ? > >Here's what I mean : > >select x from y >returns 'word1 word2 %word3' >If I were to put this into a URL, some browsers will not handle the URL >correctly, especiall

URL encoding

2002-01-28 Thread Victoria Reznichenko
Andrei, Monday, January 28, 2002, 11:50:56 AM, you wrote: AB> Is there a function for URL encoding a value ? AB> Here's what I mean : AB> select x from y AB> returns 'word1 word2 %word3' AB> If I were to put this into a URL, some browsers will not handle the UR

URL encoding

2002-01-28 Thread Andrei B.
Is there a function for URL encoding a value ? Here's what I mean : select x from y returns 'word1 word2 %word3' If I were to put this into a URL, some browsers will not handle the URL correctly, especially at the space character, also the same happens with some proxy servers