태그 : 메모장에서인코딩변경 요약보기전체보기목록닫기

1

[지식인펌]php에서 include된 파일의 문자인코딩문제(한글깨짐)

기본 인코딩을  euc-kr로 하신것 같은데요.. <?  header ('Content-Type: text/xml; charset=euc-kr'); ?><meta http-equiv="Content-Type" content="text/html; charset=euc-kr" /> 위와 같은 식으로 ...
1