Kay Smoljak wrote: > OK, to answer my own question: I added this before the doctype: > <cfcontent type="text/html; charset=UTF-8"> > > But I would still like to know how to do it at the IIS level.
you don't actually. you can make cf serve a default encoding (though it's supposed to be utf-8 by default). change the defaultCharset value in cf_install_dir/lib/neo-runtime.xml file: <var name='defaultCharset'><string>UTF-8</string></var> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223316 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

