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]

Reply via email to