i'm using this
preg_match('/<meta\s+http-equiv="Content-Type" content="([^;]+)(?:;\s*charset=["]?([^"^\s]*))?"/i', $html, $match)
to get the charset but this will not work with this
<META http-equiv=Content-Type content="text/html; charset=windows-1256">
any ideas?