RE: Decode - URLEncoded string

2003-08-21 Thread Jeff Chastain
:-P - That was what I was looking for, thanks for the pointer. -- Jeff -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 2:22 AM To: CF-Talk Subject: Re: Decode - URLEncoded string On Wednesday 20 Aug 2003 17:10 pm, Jeff Chastain

Re: Decode - URLEncoded string

2003-08-21 Thread Thomas Chiverton
On Wednesday 20 Aug 2003 17:10 pm, Jeff Chastain wrote: > That is the route I have gone with so far ... I was just looking for a > 'correct' solution. The correct solution is to find a unicode convertor :-) -- Tom Chiverton (sorry 'bout sig.) Advanced ColdFusion Programmer Tel: +44(0)1749 83499

RE: Decode - URLEncoded string

2003-08-20 Thread Jim Davis
> Subject: RE: Decode - URLEncoded string > > That is the route I have gone with so far ... I was just looking for a > 'correct' solution. > > Thanks > -- Jeff > > > -Original Message- > From: Bryan Stevenson [mailto:[EMAIL PROTECTED] > Sent: Wed

RE: Decode - URLEncoded string

2003-08-20 Thread Jeff Chastain
That is the route I have gone with so far ... I was just looking for a 'correct' solution. Thanks -- Jeff -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 10:11 AM To: CF-Talk Subject: Re: Decode - URLEncoded string hmm

Re: Decode - URLEncoded string

2003-08-20 Thread Bryan Stevenson
vancouverisland.com - Original Message - From: "Jeff Chastain" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, August 19, 2003 6:23 PM Subject: Decode - URLEncoded string > I have got a string that was encoded by another application u

Re: Decode - URLEncoded string

2003-08-20 Thread Oliver Tupman
Jeff Chastain wrote: > I have got a string that was encoded by another application using a > 'quad-character format'. I have not seen this format before and I am > getting errors when trying to decode it. Anybody run into this before and > have any suggestions? I have tried the different forma

Re: Decode - URLEncoded string

2003-08-20 Thread Ryan Mitchell
A quick-fix solution... Do a rereplace for "00" and remove them all, then do URLDecode?? On 20/8/03 2:23, "Jeff Chastain" <[EMAIL PROTECTED]> wrote: > I have got a string that was encoded by another application using a > 'quad-character format'. I have not seen this format before and I am > get

Decode - URLEncoded string

2003-08-19 Thread Jeff Chastain
I have got a string that was encoded by another application using a 'quad-character format'. I have not seen this format before and I am getting errors when trying to decode it. Anybody run into this before and have any suggestions? I have tried the different formatting options for URLDecode wi