> Ok not really sure what is going on. I have a site that was running just
sort of a messy: <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> but mx is delivering utf-8 (mx ignores that meta header but you should be consistent). > any strange quotes, greek letters, or anything like that will just show up > as a SQUARE instead of the real symbol. Before I moved everything this was squares, as opposed to ? (a ? means the data is garbaged), means the browser can't properly render that char. this couild be that you're delivering unicode data rendered with a font that doesn't contain that unicode char (you seem to be using verdana font, which has some but not many unicode chars) or you're storing unicode data in a non-unicode datatype (or perhaps more correctly *some* unicode within a latin-1 stream of text). > not occuring. And if you go straight into the SQL database you see the > correct symbols. So something is happening on the output. I am using SQL > 2000 and CF MX. Has anyone run into this before? Any idea how to fix the > problem? how are you defining the datatype in sql server? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

