Answered
Problems with Replace
I am using a cfc to create an XML page that Ajax can use to
display our products. Some of the product names contain special
characters such as ®, which XML can't display. How do I strip
those characters out so that the products will display?
I have tried this: <cfset products_name = Replace(products_name, "®", " ", "ALL")>. But this is not working as expected. Any suggestions?
I have tried this: <cfset products_name = Replace(products_name, "®", " ", "ALL")>. But this is not working as expected. Any suggestions?
