>>I'm processing DB columns with text containing – and —.
This means you are storing HTML code in your db text fileds. By doing so, you are not supposed to use these data for other purpose than HTML rendering. If you need to use them for other purpose like generating text under some non HTML environment, you must get rid of these HTML codes or convert them. For instance, I have an application which generates passports for participant in conferences in some RTF document to be printed. Of course, HTML code inside an RTF document wont be rendered properly by MsWord. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328763 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

