That's what I thought but thanks for the extra info and link guys! Thanks again,

Phil

> 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")>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200693
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