I tried this:

<cfheader
charset="utf-8"
name="content-disposition"
value="attachment; filename=#xFileName#">

 <cfcontent
 type = "text/html; charset=utf-8"
 reset="true"
 variable="#ToBinary( ToBase64(xOutput) )#"
 />

Still no foreign characters. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:342492
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to