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:338413
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm