Unfortunately, it's not a bug. The correct thing for a browser to do is
give the 'Content-Type' HTTP header priority over the <meta> element.
It's defined in an RFC somewhere.
Best thing to do is tell Apache (or whatever) not to send the HTTP
header ("AddDefaultCharset off"), and make sure all the HTML has a
correct <meta> element specifying the encoding.
And yes, putting everything in UTF-8 unless you've got a specific reason
not to is probably going to make life simpler as well.
HTH,
geoff
-