<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments for Data.Driven()</title>
	<atom:link href="http://datadriven.com.au/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://datadriven.com.au</link>
	<description>Marcos Caceres&#039; ramblings about stuff</description>
	<lastBuildDate>Mon, 24 Aug 2009 10:49:17 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Zip files and Encoding &#8211; I hate you. by gobi</title>
		<link>http://datadriven.com.au/2008/12/zip-files-and-encoding-i-hate-you/comment-page-1/#comment-69</link>
		<dc:creator>gobi</dc:creator>
		<pubDate>Mon, 24 Aug 2009 10:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://datadriven.com.au/?p=112#comment-69</guid>
		<description>The unzip command has -O and -I options to specify source filename encodings.

If archive was done on Windows u use -O option some thing like:

unzip -O sjis yourarchive.zip

-I option is used if you archived it on Linux/Unix with diffirent option.</description>
		<content:encoded><![CDATA[<p>The unzip command has -O and -I options to specify source filename encodings.</p>
<p>If archive was done on Windows u use -O option some thing like:</p>
<p>unzip -O sjis yourarchive.zip</p>
<p>-I option is used if you archived it on Linux/Unix with diffirent option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Position on Widget Security by Daniel Davis</title>
		<link>http://datadriven.com.au/2008/12/position-on-widget-security/comment-page-1/#comment-62</link>
		<dc:creator>Daniel Davis</dc:creator>
		<pubDate>Mon, 24 Aug 2009 09:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://datadriven.com.au/?p=110#comment-62</guid>
		<description>Hi  Marcos.
This is an interesting proposal.  I was wondering if you have since updated your approach based on feedback from the workshop or ideas from other papers.
Were you able to find out the details of reviewer 3&#039;s perceived problems?</description>
		<content:encoded><![CDATA[<p>Hi  Marcos.<br />
This is an interesting proposal.  I was wondering if you have since updated your approach based on feedback from the workshop or ideas from other papers.<br />
Were you able to find out the details of reviewer 3&#8217;s perceived problems?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zip files and Encoding &#8211; I hate you. by O. Andersen</title>
		<link>http://datadriven.com.au/2008/12/zip-files-and-encoding-i-hate-you/comment-page-1/#comment-65</link>
		<dc:creator>O. Andersen</dc:creator>
		<pubDate>Fri, 24 Jul 2009 14:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://datadriven.com.au/?p=112#comment-65</guid>
		<description>Windows-1252 is actually a superset of ISO 8859-1 (disregarding control characters which will not appear in file names anyway), so your example is technically incorrect: encoding as ISO 8859-1 and decoding as Windows-1252 would work perfectly fine.

You later mention CP437 as an encoding used on Windows machines, but also say that &quot;everyone&quot; ignores the specification, which says that only CP437 or UTF-8 should be used. (CP437 is effectively incompatible with ISO 8859-1 and Windows-1252.) I am confused as to what encoding Windows actually uses/assumes. Do some versions use Windows-1252 and others CP437? Please clarify. (Obviously, other encodings must be used for non-Western demographics, as touched upon by another commentator, but let us leave that for now.)</description>
		<content:encoded><![CDATA[<p>Windows-1252 is actually a superset of ISO 8859-1 (disregarding control characters which will not appear in file names anyway), so your example is technically incorrect: encoding as ISO 8859-1 and decoding as Windows-1252 would work perfectly fine.</p>
<p>You later mention CP437 as an encoding used on Windows machines, but also say that &#8220;everyone&#8221; ignores the specification, which says that only CP437 or UTF-8 should be used. (CP437 is effectively incompatible with ISO 8859-1 and Windows-1252.) I am confused as to what encoding Windows actually uses/assumes. Do some versions use Windows-1252 and others CP437? Please clarify. (Obviously, other encodings must be used for non-Western demographics, as touched upon by another commentator, but let us leave that for now.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by &#8230;and we&#8217;re back! &#171; Standards Suck</title>
		<link>http://datadriven.com.au/about-me/comment-page-1/#comment-5</link>
		<dc:creator>&#8230;and we&#8217;re back! &#171; Standards Suck</dc:creator>
		<pubDate>Sun, 31 May 2009 19:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.datadriven.com.au/?page_id=9#comment-5</guid>
		<description>[...] (Marcos) took a brief break while I was finishing my PhD and I moved to Norway to work for Opera Software, [...]</description>
		<content:encoded><![CDATA[<p>[...] (Marcos) took a brief break while I was finishing my PhD and I moved to Norway to work for Opera Software, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zip files and Encoding &#8211; I hate you. by Christopher Warner</title>
		<link>http://datadriven.com.au/2008/12/zip-files-and-encoding-i-hate-you/comment-page-1/#comment-67</link>
		<dc:creator>Christopher Warner</dc:creator>
		<pubDate>Fri, 08 May 2009 20:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://datadriven.com.au/?p=112#comment-67</guid>
		<description>Blame all the programmers who think that encoding doesn&#039;t matter and refuse to get on the UTF-8 bandwagon even though the rest of the world has long since been on the bus.</description>
		<content:encoded><![CDATA[<p>Blame all the programmers who think that encoding doesn&#8217;t matter and refuse to get on the UTF-8 bandwagon even though the rest of the world has long since been on the bus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My empire for a NullPointerException &#8211; reasons ActionScript sucks by Alexander Ewering</title>
		<link>http://datadriven.com.au/2006/08/my-empire-for-a-nullpointerexception-reasons-actionscript-sucks/comment-page-1/#comment-10</link>
		<dc:creator>Alexander Ewering</dc:creator>
		<pubDate>Sat, 18 Apr 2009 02:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.datadriven.com.au/?p=18#comment-10</guid>
		<description>You can easily pass arguments into instantiated movie clips... just target a variable in them, for example...</description>
		<content:encoded><![CDATA[<p>You can easily pass arguments into instantiated movie clips&#8230; just target a variable in them, for example&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zip files and Encoding &#8211; I hate you. by Todd Morrison</title>
		<link>http://datadriven.com.au/2008/12/zip-files-and-encoding-i-hate-you/comment-page-1/#comment-68</link>
		<dc:creator>Todd Morrison</dc:creator>
		<pubDate>Wed, 08 Apr 2009 16:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://datadriven.com.au/?p=112#comment-68</guid>
		<description>Thank you for this research.. i have been facing this problem recently.</description>
		<content:encoded><![CDATA[<p>Thank you for this research.. i have been facing this problem recently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically loading Google Analytics by Tim</title>
		<link>http://datadriven.com.au/2006/12/dynamically-loading-google-analytics/comment-page-1/#comment-22</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 19 Dec 2008 05:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.datadriven.com.au/2006/12/05/dynamically-loading-google-analytics/#comment-22</guid>
		<description>Any resolution the best way to do this for Google Analystics (ga.js)?</description>
		<content:encoded><![CDATA[<p>Any resolution the best way to do this for Google Analystics (ga.js)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hard disk crash by ALex²</title>
		<link>http://datadriven.com.au/2007/10/hard-disk-crash/comment-page-1/#comment-43</link>
		<dc:creator>ALex²</dc:creator>
		<pubDate>Mon, 15 Dec 2008 15:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://datadriven.com.au/2007/10/31/hard-disk-crash/#comment-43</guid>
		<description>Just a small testimony, I use &lt;a href=&quot;http://www.77backup.com&quot; rel=&quot;nofollow&quot;&gt;77Backup&lt;/a&gt; (aka Altexa.com) a software that continuously saves my data within selected folders on a secure server on the net.
When my laptop was stolen 6 month ago, I could get back all my data, up to date, with a few hours... Almost saved my life :-)

Of course, it not for free, but see it as an insurrance cost.

Regards
Alex²

PS : they have a free trial if you are interested.</description>
		<content:encoded><![CDATA[<p>Just a small testimony, I use <a href="http://www.77backup.com" rel="nofollow">77Backup</a> (aka Altexa.com) a software that continuously saves my data within selected folders on a secure server on the net.<br />
When my laptop was stolen 6 month ago, I could get back all my data, up to date, with a few hours&#8230; Almost saved my life <img src='http://datadriven.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Of course, it not for free, but see it as an insurrance cost.</p>
<p>Regards<br />
Alex²</p>
<p>PS : they have a free trial if you are interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zip files and Encoding &#8211; I hate you. by noep</title>
		<link>http://datadriven.com.au/2008/12/zip-files-and-encoding-i-hate-you/comment-page-1/#comment-76</link>
		<dc:creator>noep</dc:creator>
		<pubDate>Mon, 08 Dec 2008 18:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://datadriven.com.au/?p=112#comment-76</guid>
		<description>Serves people right for using languages other than english.</description>
		<content:encoded><![CDATA[<p>Serves people right for using languages other than english.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
