hmmm...maybe I'll add the function before i enter the text into the DB....





> This function is working for me.
> 
> <cffunction name="CleanUpCode" access="public" returntype="string" 
> output=true>     <cfargument name="string" type="string" 
> required="true"/>          
> <cfset string = #Replace(string, "’", "'", "all")#>          
> <cfset string = #Replace(string, "<", "<", "all")#>          
> <cfset string = #Replace(string, ">", ">", "all")#>               
> <cfreturn string> 
> </cffunction> 
> 
> The content is displaying correctly.
> 
> Now I have to add it to my dynamically retrieved language translations 
> :0


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338414
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to