<?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; 亂碼</title>
	<atom:link href="http://blog.linym.net/archives/tag/%e4%ba%82%e7%a2%bc/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.linym.net</link>
	<description>我的學習心得、筆記</description>
	<lastBuildDate>Fri, 09 Dec 2011 12:33:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>IE 網頁編碼判斷錯誤</title>
		<link>http://blog.linym.net/archives/59</link>
		<comments>http://blog.linym.net/archives/59#comments</comments>
		<pubDate>Sat, 14 Jan 2006 12:43:35 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[網頁設計]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[亂碼]]></category>
		<category><![CDATA[編碼]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/59</guid>
		<description><![CDATA[當網頁寫出來用 IE 瀏覽時，卻發現網頁沒辦法自動選擇正確的編碼，都要重新整理或手動選擇編碼才會正常。 請檢查您的 HTML 原始碼，看 TITLE 是否在指定編碼的 MATA 之上，如果是的話，請把 MATA 移到 TITLE 之前，這樣就可以解決 IE 誤判的情形了，正確應該如下： &#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=utf-8&#34; /&#62; &#60;title&#62;網站標題&#60;/title&#62;]]></description>
			<content:encoded><![CDATA[<p>當網頁寫出來用 IE 瀏覽時，卻發現網頁沒辦法自動選擇正確的編碼，都要重新整理或手動選擇編碼才會正常。<br />
請檢查您的 HTML 原始碼，看 TITLE 是否在指定編碼的 MATA 之上，如果是的話，請把 MATA 移到 TITLE 之前，這樣就可以解決 IE 誤判的情形了，正確應該如下：</p>
<pre title="code" class="html">

&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
&lt;title&gt;網站標題&lt;/title&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/59/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

