Groovy! thanks a lot Jochem. I did <cfcontent type="text/html; charset=utf-8"> which failed miserably and caused the squares anyway (MX is utf-8 by default I think)
However <cfcontent type="text/html; charset=iso-8859-1"> works like a charm. Joy :D Rob -----Original Message----- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 2:42 PM To: CF-Talk Subject: Re: Netscape 4.7 squares galore Rob Rohan wrote: > We just moved from 5 to MX and are cleaning up some final odds and ends. One > of the last things we are checking is to see if the site is at least usable > in 4.7 (I hate 4.7 I wish it would've been time bombed). > > When I hit any page on the site, the text turns to squares. Like it is > using an unsupported font or style sheet or something. The crazy part is it > never did this before we moved to MX. MX does Unicode stuff and I am hoping > our issue is a bad html declaration or something. we have > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > > at the top of our pages now. Has anyone seen this issues before? I am > curious as to why it started after the upgrade. Do we need an encoding > parameter somewhere (like <?xml version="1.0" encoding="utf-8"?> has in > xml)? Use cfcontent to explicitly specify whatever charset you used to use before the upgrade. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

