you need to change the encoding of the form scope (or url scope if using
GET)

lookup: SetEncoding(scope_name,charset)

http://livedocs.macromedia.com/cfmxdocs/CFML_Reference/functions-pt277.jsp

> -----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]

Reply via email to