Christopher Jordan wrote:
> <cfset setEncoding("form","utf-8")>
> <cfset setEncoding("url","utf-8")>

ensures that your URL & form scope vars are *always* interpreted as utf-8 if 
that was your original intent. these days, i guess it's normally used when your 
encoding isn't utf-8 (though i have vague recollections that these scopes used 
to default to latin-1).

> be okay for me. Are there any risks to *not* doing this?

depends on your apps but if your encoding is front-to-back utf-8 & you have 
some 
way to make sure it stays that way, probably not much "risk" involved in not 
using these.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279157
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to