As I know there is no way to do this direct on Eclipse. Just because of that I am using DW in most of my projects.
I will send a sample file to you to test on your server. If it works you can concentrate on this in your files. Tom S wrote: > The problem exist when te characters are harcoded in the Coldfusion files, > not when they come from a db. > How can I activate 'BOM' within Eclipse/CFEclipse? > > Tanx in advance! > Tom > > >> Hi Tom, >> >> Do you get these content from DB? OR content is direct inside of cfm files? >> >> If DB is then if you are using MySQL you need to be careful to set >> Unicode option in Linux platform. >> >> http://howtoforge.com/node/1009 >> >> JDBC URL must be something like that: >> jdbc:mysql://127.0.0.1:3306/unicodetest?useUnicode=true&characterEncoding=UTF-8 >> >> * >> >> >> *If you have problem with content in cfm files, I would suggest to save >> your cfm files with Unicode (utf-8) and set also BOM as activated.* >> >> * >> Sincerely, >> >> O?uz Demirkap? >> >> >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >> >> O?uz Demirkap? >> >> TeraTech Inc. | Senior Developer >> 405 East Gude Dr Suite 207, Rockville, MD 20850, USA >> Voice: +1 (301) 424-3903 ext 111 | Fax: +1 (301) 762-8185 >> Web: http://www.teratech.com | E-mail: oguz.demirkapi <AT> teratech.com >> Winner in CFDJ awards Best Consulting. Member Team Fusebox. >> >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270774 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

