Well presumably the ASP output Is the correct one if ASP created the cookie
to begin with, so considering it contains accented characters, you may need
to change your RTF encoding for the output to display correctly. 

> -----Original Message-----
> From: Tom Smith [mailto:[EMAIL PROTECTED] 
> Sent: 16 August 2004 17:35
> To: [EMAIL PROTECTED]
> Subject: [ cf-dev ] cookies asp and CF
> 
> Hey all,
> 
> Can anyone shed some light on the following?
> 
> I'm migrating from ASP to CF and I have a dev server with 
> both ASP and CF.
> 
> I'm reading back cookies in CF that were created in ASP.
> 
>     <cfoutput>#cookie.test#</cfoutput>
> 
>     <% response.write(Request.Cookies("test")) %>
> 
> If the values is simple, say "bob", there's no problem:
> 
> Then I  try to read back some previously encrypted values, 
> and I get completely different results.  It looks like 
> something to do with character encoding. I tried this:
> 
>     <cfcookie name="test" value="bob - ��ggf^��">
> 
> Which when output in CF gives the same value:
> 
>     bob - ��ggf^��
> 
> but in in ASP returns:
> 
>     bob - �?"£®gg�'^�?Ï
> 
> ????
> 
> Thanks in advance for any input,
> 
> Tom
> 
> 
> --
> These lists are syncronised with the CFDeveloper forum at 
> http://forum.cfdeveloper.co.uk/
> Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>  
> CFDeveloper Sponsors and contributors:-
> *Hosting and support provided by CFMXhosting.co.uk* :: 
> *ActivePDF provided by activepdf.com*
>       *Forums provided by fusetalk.com* :: *ProWorkFlow 
> provided by proworkflow.com*
>            *Tutorials provided by helmguru.com* :: *Lists 
> hosted by gradwell.com*
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> 
> 



--
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]

Reply via email to