<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: I do believe I have been bitten by Python</title>
	<atom:link href="http://blog.padowi.se/2009/05/30/i-do-believe-i-have-been-bitten-by-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.padowi.se/2009/05/30/i-do-believe-i-have-been-bitten-by-python/</link>
	<description>Software engineer(d) by education, hacker by heart</description>
	<lastBuildDate>Mon, 30 Jan 2012 21:22:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Patrik</title>
		<link>http://blog.padowi.se/2009/05/30/i-do-believe-i-have-been-bitten-by-python/comment-page-1/#comment-40</link>
		<dc:creator>Patrik</dc:creator>
		<pubDate>Sat, 20 Jun 2009 22:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.padowi.se/?p=309#comment-40</guid>
		<description>First of all, welcome :D
&lt;em&gt;enca&lt;/em&gt; seemed very promising, but unfortunately didn&#039;t support Swedish, at least not on my setup (which is a pity, this software would have been awesome). Will have to look into this a bit more before writing it off, since I would like to have that functionality.
&lt;em&gt;recode&lt;/em&gt;, according to the man page does have some pretty interesting features (especially the flag &lt;em&gt;--diacritics&lt;/em&gt;)
All in all very solid tips, thank you :D</description>
		<content:encoded><![CDATA[<p>First of all, welcome <img src='http://blog.padowi.se/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
<em>enca</em> seemed very promising, but unfortunately didn&#8217;t support Swedish, at least not on my setup (which is a pity, this software would have been awesome). Will have to look into this a bit more before writing it off, since I would like to have that functionality.<br />
<em>recode</em>, according to the man page does have some pretty interesting features (especially the flag <em>&#8211;diacritics</em>)<br />
All in all very solid tips, thank you <img src='http://blog.padowi.se/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergejs Pisarenko</title>
		<link>http://blog.padowi.se/2009/05/30/i-do-believe-i-have-been-bitten-by-python/comment-page-1/#comment-39</link>
		<dc:creator>Sergejs Pisarenko</dc:creator>
		<pubDate>Sat, 20 Jun 2009 22:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.padowi.se/?p=309#comment-39</guid>
		<description>Also, have a look at a tool called &quot;enca&quot; (detects file encoding) and a tool called &quot;recode&quot; (which changes file encoding).

The later is used by issuing something like &quot;recode WINDOWS-1251..UTF-8 filename&quot;.

iconv is also a good candidate for the purpose: &quot;iconv -f WINDOWS-1251 -t UTF-8 filename &gt; new_filename&quot; (which you use in your script anyway).</description>
		<content:encoded><![CDATA[<p>Also, have a look at a tool called &#8220;enca&#8221; (detects file encoding) and a tool called &#8220;recode&#8221; (which changes file encoding).</p>
<p>The later is used by issuing something like &#8220;recode WINDOWS-1251..UTF-8 filename&#8221;.</p>
<p>iconv is also a good candidate for the purpose: &#8220;iconv -f WINDOWS-1251 -t UTF-8 filename &gt; new_filename&#8221; (which you use in your script anyway).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

