>>This maybe a long shot, but try inserting at the top of your page file:
>
>I think the problem is when it actually saves the page.
>
>What is I try adding the N'.... to the code where it saves the cfm file?

Here is how I got the file to save the page properly (YAY!!!!)

I added charset="utf-8" to the cffile tag!



  <cffile 
                action = "write" 
                charset="utf-8" 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348257
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to