Hi,

Is it possible to export a form containing Chinese, Korean  words to excel?
I can't figure out how to do it. All the double byte  characters show
as squares (or funny characters if I remove
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"xhtml1/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml";> )

This is what I have:
        <cfheader name="Content-Type" charset="utf-8" 
value="application/vnd.ms-excel">
        <cfheader name="Content-Disposition" charset="utf-8" value="inline;
filename=inv.xls">

Any ideas?

Thanks
Victor

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:329255
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