Karan Joshi wrote: > I have defined the encoding in the html header of a page using code : <meta > http-equiv="content-type" content="text/html; charset=utf-8">
cf doesn't car about meta header encoding hints. > If I check Page Info in Firefox, it shows the encoding as utf-16LE. How come > inspite of setting the encoding manually in the page header, the browser is > using different ecoding? either your cf server has been set to output that encoding or that file is actually encoded in that way & has a BOM (which i think is required for UTF-16) & cf/your browser are doing the right thing. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319446 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

