> Activedit allows me to use an em dash, I can see the em dash in the database, but when CFMX queries it out, it will only display the Unicode "box" and not the em dash character. ARGH!
a [] means your browser can't render the character properly, a ? means the character is trashed so you're not dead as far as the data goes. cfmx pushes utf-8 as its "normal" encoding but you can override this behavior using cfprocessingdirective & cfcontent (and set Encoding for form/url stuff). so what font/charset encoding are you showing on your display pages? i will guess maybe it doesn't have the '--' character. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.372 / Virus Database: 207 - Release Date: 20/6/2545 ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

