Ahah! Thanks

-----Original Message-----
From: Giles Roadnight [mailto:[EMAIL PROTECTED]]
Sent: 09 January 2003 12:18
To: [EMAIL PROTECTED]
Subject: RE: [ cf-dev ] CFMX � Character conversion in forms


I had this problem with CFMX. Try putting this in the page somewhere (or
the application page)

<cfset setEncoding("FORM", "utf-8")>


Giles Roadnight
http://giles.roadnight.name


-----Original Message-----
From: Paolo Piponi [mailto:[EMAIL PROTECTED]] 
Sent: 09 January 2003 12:17
To: '[EMAIL PROTECTED]'
Subject: [ cf-dev ] CFMX � Character conversion in forms

Can someone try this page - calling it testpound.cfm

===============================================
<form action="testpound.cfm" method="post">
        <textarea name="test"></textarea>
        <input type="submit">
</form>
<hr>
<cfif isdefined('form.test')>
        <cfoutput>#form.test#</cfoutput>
</cfif>
================================================

Once created simply type in a pound sign into the textarea '�' and
submit.

In CF5 I get the correct result: �
In CFMX I get: £

Anyone got any idea?

I can't believe this is CFMX but perhaps I have a bad setting in my IIS.

Thanks,

Paolo

-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]



-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to