On Nov 24, 2009, at 4:14 PM, Rich Siegel wrote: >> In don't want no-bom since >> it's problematic with entities. > > You still have it backwards. Trust me: select "Unicode (UTF-8, > no BOM)" from the encoding menu.
Rich is right. utf-8, no BOM shouldn't have any issues with entities. I'll bet the entity issue you are experiencing is because: 1. the web server is sending the wrong charset (something other than utf-8) 2. the data with entities comes from a database that stores the data in something other than utf-8 3. the content-type in the HTTP-equiv META element states the charset is something other than utf-8 Just my 2ยข Ted -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/bbedit?hl=en If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group.
