> Where would that be stored (in terms of variables)? AFAIK, it's not. The byte order mark are a couple of characters physically written at the start of every file which indicate the character encoding used within the file (desperately trying to remember Andy Hindle's presentation).
I saw a few key points in your e-mail (couple of odd characters, start of file and cfcontent) and was taking a wild guess that if you save a file using, say, UTF-8 such that the BOM written at the start of the file indicates that, and then you tell ColdFusion that the file it's serving up via cfcontent in fact uses a different encoding, that might result in ColdFusion misreading (?) the BOM and serving it up as part of the content. Oh, did I say this was a wild guess? -- Aidan Whitehall <mailto:[EMAIL PROTECTED]> Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 Queen's Awards Winner 2003 <http://www.fairbanks.co.uk/go/awards> ________________________________________________________________________ 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 ________________________________________________________________________ -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
