Webpage won't load in Internet Explorer 6 without refresh

There seems to be a problem with the Content-Type charset to utf-8 in IE6 causing pages of a site to not load.

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Changing the charset to iso-8859-1 fixes the problem.
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />