묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
ZB4의 EUC-KR 로 XML 추출시 에러사항
2008.08.27 10:07
ZB4에서 XML을 EUC-KR로 방식으로 추출했는데요.
파일용량이 1KB 만 나와서 파일을 열어보니 아래와 같은 에러가 나옵니다.
무엇이 잘못된것일까요?
왕초짜라 뭔소린지도 모르겠습니다..
고수님들 도와 주세요..
EUC-KR 의 XML 에러사항
<?xml version="1.0" encoding="utf-8" ?>
<posts count="9" id="sale_notice" pubDate="20080826153657">
<post>
<title><br />
<b>Fatal error</b>: Call to undefined function: iconv() in <b>/home2/sale/zeroboard4/zMigration.class.php</b> on line <b>194</b><br />
</title>
-------zMigration.class.php 의194 줄---------------------------------
function printString($string) {
$string = stripslashes($string);
if($this->source_charset == 'UTF-8') print base64_encode($string);
else print base64_encode(iconv($this->source_charset, $this->target_charset, $string)); ----------194줄
}
파일용량이 1KB 만 나와서 파일을 열어보니 아래와 같은 에러가 나옵니다.
무엇이 잘못된것일까요?
왕초짜라 뭔소린지도 모르겠습니다..
고수님들 도와 주세요..
EUC-KR 의 XML 에러사항
<?xml version="1.0" encoding="utf-8" ?>
<posts count="9" id="sale_notice" pubDate="20080826153657">
<post>
<title><br />
<b>Fatal error</b>: Call to undefined function: iconv() in <b>/home2/sale/zeroboard4/zMigration.class.php</b> on line <b>194</b><br />
</title>
-------zMigration.class.php 의194 줄---------------------------------
function printString($string) {
$string = stripslashes($string);
if($this->source_charset == 'UTF-8') print base64_encode($string);
else print base64_encode(iconv($this->source_charset, $this->target_charset, $string)); ----------194줄
}
댓글 2
-
neotec
2008.08.27 12:02
http://www.zeroboard.com/16316887 << 이 게시물 참고 하세요. -
넘버백
2008.08.27 14:23
떳따~~~
neotec 님 감사합니다..
개념없는 제가 zbXE같은 편한 홈피툴로 한번 만들어 보겠다고 발악을 하고 있습니다.
3년 넘게 사용한 기존 자료에서 없어서는 안될 중요한 게시판내용들을 일일이 수작업으로
복사하려는데 엄두가 안나더라구요..
한두개 게시판 테스트 하니 일단은 넘어 왔습니다..
정말로 감사합니다...