Paul, Good catch that did the trick. I was thinking at the browser level when really it needed to be the server level and CF.
Thanks, Mark -----Original Message----- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 11:14 AM To: CF-Talk Subject: Re: CFFILE write and extended ascii turn to "?" > I was hoping that was the case and that I just missed the changing the page > content type. But still nothing. Here is the test I ran. <cfprocessingdirective pageencoding="iso-8859-1"> <CFCONTENT TYPE="text/html; charset=iso-8859-1"> <CFFILE ACTION="WRITE" CHARSET="iso-8859-1" FILE="youwish.txt" OUTPUT="Here are some extended characters ? ?"> works for me. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

