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