> I think this is a MySQL thing. I just did a quick test using the pound > symbol in the title and body on a MySQL FarCry site and neither worked.
Brendan, following on from this, MySQL appears to use ISO-8859-1 by default and we found that if you add this cfcontent tag to index.cfm: <cfsetting enablecfoutputonly="Yes"> <cfcontent type="text/html; charset=ISO-8859-1"> <cfimport taglib="/farcry/farcry_core/tags/navajo" prefix="nj"> <nj:display> <cfsetting enablecfoutputonly="No"> you get your � signs displayed. -- Aidan Whitehall ________________________________________________________________________ This e-mail has been scanned for all viruses by Star Internet. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________ --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
