|
been messing around and I hardcoded the
page-encoding to UTF-8 and got a match... I thought cfmx did this by
default? I could be wrong though!
----- Original Message -----
Sent: Tuesday, August 17, 2004 10:44
AM
Subject: RE: [ cf-dev ] cookies asp and
CF
so does it work the other way round, can u set that value
in ASP and it gets displaye dthe same ?
Thanks for the reply Russ,
but if you read the following:
> <cfcookie name="test" value="bob - ��ggf^��"> >
> Which when output in CF gives the same value: >
> bob - ��ggf^�� > > but in in
ASP returns: > > bob -
�?"£®gg�'^�?Ï >
you see this is set in CF, and gives the
response in asp and cf. I will take a look at the encoding, but in the
mean time if anyone can offer any other insight, that would be
appreciated:)
----- Original Message -----
Sent: Monday, August 16, 2004 11:52
PM
Subject: RE: [ cf-dev ] cookies asp
and CF
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]
|