<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>爱周末 &#187; ie乱码</title>
	<atom:link href="http://zhoumo123.cn/tag/ie%e4%b9%b1%e7%a0%81/feed" rel="self" type="application/rss+xml" />
	<link>http://zhoumo123.cn</link>
	<description>知识分享，共同进步。zhoumo123.cn</description>
	<lastBuildDate>Thu, 07 Nov 2019 05:53:49 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.1</generator>
	<item>
		<title>PHP在IE浏览器下载文件乱码问题urlencode</title>
		<link>http://zhoumo123.cn/php/3317.html</link>
		<comments>http://zhoumo123.cn/php/3317.html#comments</comments>
		<pubDate>Mon, 21 Sep 2015 11:54:15 +0000</pubDate>
		<dc:creator><![CDATA[zhangc]]></dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[ie乱码]]></category>

		<guid isPermaLink="false">http://zhoumo123.cn/?p=3317</guid>
		<description><![CDATA[在IE下下载文件名出现乱码，是因为IE的原因，加上URL编码转换则可 如$name = urlencode($name); 那还需要针对IE 写下面的代码。 if(strpos($_SERVER[&#8220;HTTP_USER_AGENT&#8221;],&#8221;MSIE&#8221;)) { $name = urlencode($name); }]]></description>
				<content:encoded><![CDATA[<p>在IE下下载文件名出现乱码，是因为IE的原因，加上URL编码转换则可 如$name = urlencode($name); </p>
<p>那还需要针对IE 写下面的代码。<br />
if(strpos($_SERVER[&#8220;HTTP_USER_AGENT&#8221;],&#8221;MSIE&#8221;))<br />
{<br />
     $name = urlencode($name);<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://zhoumo123.cn/php/3317.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
