Use the reverse of UrlDecode(encodedUrlString) Jason Lees National Express Email : [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 06 June 2001 15:05 To: CF-Talk Subject: RE: Preserve ampersand tagged data (SGML) Thanks Another question. I need to extract the complete path using the CGI.HTTP_REFERER in my template but when I output the line the string is encoded for use in URL's. What I need is the exact path without the encoding to be passed into my <CFFILE <cfset http = "#CGI.HTTP_REFERER#"> Output: dir=d%3A%5Cdirectory%5Csub-directory\ Require: d:\directory\subdirectory\ Is there another way of getting this output without using the "Replace" function? At 02:37 PM 6/6/01 +0100, you wrote: >HTMLEditFormat() > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: 06 June 2001 12:58 > > To: CF-Talk > > Subject: RE: Preserve ampersand tagged data (SGML) > > > > > > > > I'm using <CFFILE to read in a SGML tagged datafile with "entities" for > > french accented characters. > > > > Is there a CF function to preserve ampersand stuff ? > > > > Here is a little snippet from the datafile that has the SGML entity for a > > accented character "çais" > > > > <snippet> > > > > <epub><i>Disponible en français</i> > > > > </snippet> > > > > > > When outputted in a <textarea> I want the text to appear AS IS. I don't > > want the "cedil" translated into the ASCII character. > > > > <textarea> > > > > <epub><i>Disponible en fran�ais</i> > > > > </textarea> > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: Preserve ampersand tagged data (SGML)
Jason Lees (National Express) Wed, 06 Jun 2001 07:09:20 -0700
- RE: Preserve ampersand tagged data (SGML) Jason Lees (National Express)
- RE: Preserve ampersand tagged data (SG... Rich Wild
- RE: Preserve ampersand tagged data (SG... Tania.Lawrie

