i use this at top of my php page:
if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip'))
ob_start("ob_gzhandler");
else
ob_start();
when page is save with ANSI encoding page was compressed. but when i change page encoding to utf-8 compression was faild. please help!!!
i test compression on www.gidnetwork.com/tools/gzip-test.php