S. Isaac Dealey wrote:
> cfqueryparam handles it for you...

provided you turn on the unicode option for that DSN. blogged about in 
boring detail:
http://www.sustainablegis.com/blog/cfg11n/index.cfm?mode=entry&entry=F9553D86-20ED-7DEE-2A913AFD8651643F

> want to set the form and url scopes to UTF-8 but iirc you would want

yes, that's always good advice, hint early, hint often.

> a native function to ensure that form & url scopes are a particular
> character set -- the name escapes me at the moment -- it's getting
> late. :)

that would be setEncoding()

<!--- make sure everything is unicode --->
<cfset setEncoding("form","UTF-8")>
<cfset setEncoding("url","UTF-8")>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200638
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to