Hi, I'm using W3 Total Cache without problems except this one:
When I enable HTTP (gzip) compression in Browser Cache settings, my character encosing is messed up.
The site uses UTF-8, but the Response headers are:
Content-Type: text/html; charset=ISO-8859-1
When I disable this feature, the response headers are correct:
Content-Type: text/html; charset=UTF-8
Any idea what may cause this? mod_deflate is correctly installed. I'm using the latest WordPress (3.0.1) and latest W3 Total Cache (0.9.1.1)