전체 load 불러온걸 utf-8로 변환 하려면 어떻게 해야할까요??
|
답변 1개
3년 전
header('Content-Type: text/html; charset=utf-8');
<meta charset="utf-8"/>
$file = mb_convert_encoding($file, "UTF-8", "CP949");
답변을 작성하려면 로그인이 필요합니다.