Have you tried specifying the charset via meta tags (within the content)?

<cfcontent type="application/vnd.ms-excel; charset=utf-8">
<cfheader name="Content-Disposition" charset="utf-8" value="inline; 
filename=inv.xls">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<body>  
日本語: Java プラットフォームにおける補助文字のサポート
中文: Java 平台中的增补字符
</body>
</html>


      

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329266
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to