유니코드 BOM 문제라는데

유니코드 BOM 문제라는데

QA

유니코드 BOM 문제라는데

답변 2

본문

Warning: Cannot modify header information - headers already sent by (output started at /home/bizimf/public_html/_common.php:4) in /home/bizi/public_html/board/head.sub.php on line 31

Warning: Cannot modify header information - headers already sent by (output started at /home/bizimf/public_html/_common.php:4) in /home/bizi/public_html/board/head.sub.php on line 33

Warning: Cannot modify header information - headers already sent by (output started at /home/bizimf/public_html/_common.php:4) in /home/bizi/public_html/board/head.sub.php on line 34

Warning: Cannot modify header information - headers already sent by (output started at /home/bizimf/public_html/_common.php:4) in /home/bizi/public_html/board/head.sub.php on line 35

Warning: Cannot modify header information - headers already sent by (output started at /home/bizimf/public_html/_common.php:4) in /home/bizi/public_html/board/head.sub.php on line 36

Warning: Cannot modify header information - headers already sent by (output started at /home/bizimf/public_html/_common.php:4) in /home/bizi/public_html/board/head.sub.php on line 37


이런 워닝이 페이지 상단에 뜨는데요
해당 페이지를 노트패드플러스로 유니코드 BOM 없이 저장을 해도
마찬가지네요
해결법 좀 알려주세요~


 

이 질문에 댓글 쓰기 :

답변 2

문제는 헤더위에 문자열출력이에요.

 

또다른 문제는 노트패드인데 utf-8을 쓴다는거에요.

 

에디터플러스로 해보세요.

 

그럼 되요.

 

노트패드는 utf-8식별기호 생성해서 헤더위에 출력되요.

head.sub.php 페이지

제일 상단

ob_start();

 

 

답변을 작성하시기 전에 로그인 해주세요.
전체 2
© SIRSOFT
현재 페이지 제일 처음으로