I found in order to code ColdFusion correctly I had to do this:
<cfcontent type="text/html; charset=ISO-8859-1">

And in ASP I did this
<%response.Charset="ISO-8859-1"%>

I was then able to encrypt a string, urlencode it, then pass it to ASP and ASP could then use RC4 to decrypt that string.

Bob
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to