<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - RSS Reader 에서 euc-kr 피드 못가져오는 이유]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=59&amp;type=atom"/>
	<updated>2006-04-17T14:02:41Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=59</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: RSS Reader 에서 euc-kr 피드 못가져오는 이유]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=560#p560"/>
			<content type="html"><![CDATA[<p>정말 못 읽어오는군요 ;;;</p><p>지금 확인해보니 티켓으로 등록되었네요 <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2006-04-17T14:02:41Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=560#p560</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS Reader 에서 euc-kr 피드 못가져오는 이유]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=292#p292"/>
			<content type="html"><![CDATA[<p>component/Eolin.PHP.Core.php 파일에서 정의된 XMLStruct 클래스의 문제입니다.<br />분명히 코드상으로는 XMLStruct 내의 open() 도입부에 보면 isUTF8()를 이용하여 utf8 문서가 아니면 <br />해당 xml 문서의 encoding 을 판별하여 변환하도록 하는 구문이 있습니다.</p><p>그런데, 클래스 밖에 존재하는 isUTF8() 을 읽지 못하는 것 같습니다. <br />구문 오류가 발생하지는 않아 왜 동작하지 않는지는 좀 더 생각해봐야겠습니다.<br />XMLStruct 클래스 내에 isUTF8() 을 정의한 뒤, XMLStruct::isUTF8() 로 바꿔주니 동작합니다.</p><p>또한 문제점이, 문자열의 캐릭터셋이 바뀌었다고는 하나 XML 데이터의 도입부에는<br />여전히 encoding=&quot;euc-kr&quot; 등으로 설정된 구문이 남아있습니다. 이 때문에 정상적으로 xml parse 가 진행되지 않습니다.</p><p>$xml = preg_replace(&quot;/\&lt;\?xml version\=\&quot;1\.0\&quot; encoding\=\&quot;(.*)\&quot; \?\&gt;/ismU&quot;,&#039;&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?&gt;&#039;,$xml);<br />이렇게 XML 도입부를 바꾸어주면 제대로 읽어들입니다.</p>]]></content>
			<author>
				<name><![CDATA[laziel]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=21</uri>
			</author>
			<updated>2006-04-14T10:40:40Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=292#p292</id>
		</entry>
</feed>
