<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 다국어 파일이름지원]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=5798&amp;type=atom"/>
	<updated>2008-07-13T04:54:05Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=5798</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 다국어 파일이름지원]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=28953#p28953"/>
			<content type="html"><![CDATA[<p>저 역시.. 업무용 기획문서들을 관리하려고 하는데.. 한글파일명 문제로 검색 중.. 좋은 답변이 있군요..<br />감사드립니다....</p>]]></content>
			<author>
				<name><![CDATA[신충수]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2967</uri>
			</author>
			<updated>2008-07-13T04:54:05Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=28953#p28953</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 다국어 파일이름지원]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=27988#p27988"/>
			<content type="html"><![CDATA[<p>신속한 답변에 감사드립니다.</p><p>rawurlencode(UTF8::bring($attachment[&#039;label&#039;])) 은 정상으로 동작하지 않습니다.<br />예로 파일이름이 &#039;설계문서.xls&#039;로 된것이 &#039;23233112&#039;형식으로 변화됩니다.</p><p>rawurlencode($attachment[&#039;label&#039;])은 여전히 정상으로 동작합니다.<br />화이팅 <img src="http://forum.tattersite.com/ko/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></content>
			<author>
				<name><![CDATA[로즈]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2918</uri>
			</author>
			<updated>2008-06-12T15:45:03Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=27988#p27988</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 다국어 파일이름지원]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=27953#p27953"/>
			<content type="html"><![CDATA[<p><a href="http://dev.textcube.org/ticket/1013">1013</a>번째 티켓으로 등록하여 수정후 반영하였습니다.^^</p><p>말씀하신 부분을 rawurlencode(UTF8::bring($attachment[&#039;label&#039;])) 이렇게 수정을 했는데, 혹시 이렇게 해도 잘 돌아가는지 테스트를 부탁 드리겠습니다. <img src="http://forum.tattersite.com/ko/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2008-06-12T06:35:57Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=27953#p27953</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[다국어 파일이름지원]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=27913#p27913"/>
			<content type="html"><![CDATA[<p>인사 꾸벅</p><p>텍스트큐브 1.7에서 글을 올릴때 파일이름이 한글이 아닌 일문이나 중문으로 된 파일을 업로드하고 다운로드할려고 하면 파일이름이 깨지거든요.</p><p>제나름으로 소스를 분석해보고 interface\blog\attachment.php에서 해결책을 찾아보았습니다.<br />원래 소스:<br />header(&#039;Content-Disposition: attachment; filename=&quot;&#039; . UTF8::convert($attachment[&#039;label&#039;]) . &#039;&quot;&#039;);</p><p>수정한 소스:<br />header(&#039;Content-Disposition: attachment; filename=&quot;&#039; . rawurlencode($attachment[&#039;label&#039;]) . &#039;&quot;&#039;);</p><p>rawurlencode를 써서 파일이름을 response header에 주면 다국어로 된 파일이름이 안깨지거든요.</p><p>다음버젼에서 완성된 모습이기를 바라면서...<br />화이팅!!!</p>]]></content>
			<author>
				<name><![CDATA[로즈]]></name>
			</author>
			<updated>2008-06-11T09:08:22Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=27913#p27913</id>
		</entry>
</feed>
