Yii Generate Html File With Bom

hi,

i am working on YII framework version 1.1.13 on windows 7 with xampp.

my problem is the YII generates the HTML files as utf-8 with BOM.

I checked my config/main.php file and its encoded as UTF-8 without BOM,

also all the other files that i checked are encoded the same way.

My problem is that IE9 ignores the DOCTYPE and therefore it causes lots of CSS problems.

What else did i miss?

Thanks

hi,

apparently one of the php files was utf-8 and not utf-8 without BOM, after checking all the file the problem solved.