<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: List non utf-8 encoded files</title>
	<atom:link href="http://www.jeffhung.net/blog/articles/jeffhung/322/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffhung.net/blog/articles/jeffhung/322/</link>
	<description>(My smile insists of having nose. :-)</description>
	<lastBuildDate>Thu, 03 Nov 2011 00:43:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2-alpha</generator>
	<item>
		<title>By: 在 unicode 文字檔裡檢查 big5 字元 [JeffHung.Blog]</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/322/comment-page-1/#comment-426</link>
		<dc:creator>在 unicode 文字檔裡檢查 big5 字元 [JeffHung.Blog]</dc:creator>
		<pubDate>Fri, 04 Nov 2005 06:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/?p=322#comment-426</guid>
		<description>[...] 更新 2005-11-04：我這篇《List non utf-8 encoded files》講的是一樣的事情。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 更新 2005-11-04：我這篇《List non utf-8 encoded files》講的是一樣的事情。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeffhung</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/322/comment-page-1/#comment-389</link>
		<dc:creator>jeffhung</dc:creator>
		<pubDate>Fri, 28 Oct 2005 05:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/?p=322#comment-389</guid>
		<description>我的目的是，抓出那些用 UTF-8 處理時會出問題的檔案。既然 ASCII 是個 UTF-8 的子集合，純 ASCII 檔案其實也是符合 UTF-8 的規則。所以，沒關係。

之前就靠這招，從快三千個 XML 檔裡找出二十幾個爛掉的檔案。要不然程式幾時爆炸都不知道。</description>
		<content:encoded><![CDATA[<p>我的目的是，抓出那些用 UTF-8 處理時會出問題的檔案。既然 ASCII 是個 UTF-8 的子集合，純 ASCII 檔案其實也是符合 UTF-8 的規則。所以，沒關係。</p>
<p>之前就靠這招，從快三千個 XML 檔裡找出二十幾個爛掉的檔案。要不然程式幾時爆炸都不知道。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arlo</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/322/comment-page-1/#comment-387</link>
		<dc:creator>Arlo</dc:creator>
		<pubDate>Thu, 27 Oct 2005 22:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/?p=322#comment-387</guid>
		<description>這就要扯到一件事了, UTF-8裡ANSI 碼是相容的，
也就是說，今天開一個全是英文程式碼的file，就沒法判別是UTF-8還是iso8559</description>
		<content:encoded><![CDATA[<p>這就要扯到一件事了, UTF-8裡ANSI 碼是相容的，<br />
也就是說，今天開一個全是英文程式碼的file，就沒法判別是UTF-8還是iso8559</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 今日連結 (2005-10-27) [JeffHung.Blog]</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/322/comment-page-1/#comment-384</link>
		<dc:creator>今日連結 (2005-10-27) [JeffHung.Blog]</dc:creator>
		<pubDate>Thu, 27 Oct 2005 14:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/?p=322#comment-384</guid>
		<description>[...] KSB&#8217;s sh redirection and pipeline notes - 解釋地非常清楚，幫助我解決了《List non utf-8 encoded files》這篇碰到的問題。 [...]</description>
		<content:encoded><![CDATA[<p>[...] KSB&#8217;s sh redirection and pipeline notes - 解釋地非常清楚，幫助我解決了《List non utf-8 encoded files》這篇碰到的問題。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeffhung</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/322/comment-page-1/#comment-382</link>
		<dc:creator>jeffhung</dc:creator>
		<pubDate>Thu, 27 Oct 2005 08:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/?p=322#comment-382</guid>
		<description>從主選單 -&gt; Document -&gt; Reload As 可以更改 encoding。強制更改成 UTF-8？這不好吧？好歹要「尊重」原來檔案的 encoding 啊。:-p</description>
		<content:encoded><![CDATA[<p>從主選單 -&gt; Document -&gt; Reload As 可以更改 encoding。強制更改成 UTF-8？這不好吧？好歹要「尊重」原來檔案的 encoding 啊。:-p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arlo</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/322/comment-page-1/#comment-379</link>
		<dc:creator>Arlo</dc:creator>
		<pubDate>Thu, 27 Oct 2005 08:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/?p=322#comment-379</guid>
		<description>ㄟ...我裝了2.2，只找到create file with UTF8，找不到把open file default encoding 設成utf-8耶..不過話說，Supports multiple languages in single Unicode or UTF-8 file真是太讚了，而且這版已經把FTP function補齊了，等好久了阿!</description>
		<content:encoded><![CDATA[<p>ㄟ...我裝了2.2，只找到create file with UTF8，找不到把open file default encoding 設成utf-8耶..不過話說，Supports multiple languages in single Unicode or UTF-8 file真是太讚了，而且這版已經把FTP function補齊了，等好久了阿!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Engin</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/322/comment-page-1/#comment-377</link>
		<dc:creator>Engin</dc:creator>
		<pubDate>Thu, 27 Oct 2005 05:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/?p=322#comment-377</guid>
		<description>雖然我也是比較喜歡用Editplus，但UltraEdit的功能似乎是比較完整的... :O</description>
		<content:encoded><![CDATA[<p>雖然我也是比較喜歡用Editplus，但UltraEdit的功能似乎是比較完整的... :O</p>
]]></content:encoded>
	</item>
</channel>
</rss>

