Calvin Ward wrote: > If I understand correctly, if I use Dreamweaver to save a .cfm file with a > BOM for Unicode, then I shouldn�t need to use <cfprocessingdirective>. Does > that sound correct?
correct but not really the best practice. a BOM isn't actually part of the definition for utf-8. so if you have any other s/w monkeying with your files & it doesn't respect the BOM, bye-bye BOM, hello mojibake. and since you got me started on the subject, it's really a good idea to include cfcontent & setEncoding in the application.cfm (or the blackstone equivalents) and cfprocessingdirective on each page. and it's also still a good idea to provide language & encoding hints via html/meta tags (even though cf ignores these) for dumb as doorknobs spiders, screen readers, etc. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196902 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

