윈도 ie는 헤더 파일에 설정된 <meta http-equiv="content-type" content="text/html;charset=utf-8" /> 태그를 인식하지 못하네요. 아파치를 사용한다면 http.conf에서 AddDefaultCharset utf-8 을 추가하면 되지만 모든 문서의 인코딩이 utf-8 아니라면 스크립팅 언어에서 설정도 가능합니다. php> <?php header('Content-Type: text/html; charset=UTF-8'); ?>