>Robert Nurse wrote:
>
>what do you mean by "printing"? what encoding is your page now? why not just 
>store the "chars" instead of that NCR--its not usual practice to mix encodings.

I'm grabbing data from an RSS feed and loading it in a DB.  The description 
field contains the – and —.  I want to display (print) the 
description on subsequent CFM pages.  I believe the current encoding is utf-8 
as <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> is in 
the header.  I've tried to replace &#8211; and &#8212; with &ndash; and 
&mdash;.  But, I'm still getting the undesired characters. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:328760
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to