<?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"
	>
<channel>
	<title>Comments on: Beware the decimal separator</title>
	<atom:link href="http://szili.net/2008/01/31/beware-the-decimal-separator/feed/" rel="self" type="application/rss+xml" />
	<link>http://szili.net/2008/01/31/beware-the-decimal-separator/</link>
	<description>draw and compile</description>
	<pubDate>Wed, 08 Sep 2010 04:33:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Zsoltik@</title>
		<link>http://szili.net/2008/01/31/beware-the-decimal-separator/#comment-1084</link>
		<dc:creator>Zsoltik@</dc:creator>
		<pubDate>Fri, 19 Sep 2008 08:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://szili.net/2008/01/31/beware-the-decimal-separator/#comment-1084</guid>
		<description>I did feel the pain last week: I had to implement an AWK script which handles well the input of a 4 GB file with mixed thousand and decimal separator, and handle well the output. 

If you look up printf() in AWK you will find, that there is a ' option to it which handles the thousand separators. But I just can't get it working for me: the escaping should have been '"'"' and it had thrown an error all the time. So after a while I had implemented a TSEP function instead. And my hair went grey.</description>
		<content:encoded><![CDATA[<p>I did feel the pain last week: I had to implement an AWK script which handles well the input of a 4 GB file with mixed thousand and decimal separator, and handle well the output. </p>
<p>If you look up printf() in AWK you will find, that there is a &#8216; option to it which handles the thousand separators. But I just can&#8217;t get it working for me: the escaping should have been &#8216;&#8221;&#8216;&#8221;&#8216; and it had thrown an error all the time. So after a while I had implemented a TSEP function instead. And my hair went grey.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight Emotional Handbook &#60; Szili</title>
		<link>http://szili.net/2008/01/31/beware-the-decimal-separator/#comment-929</link>
		<dc:creator>Silverlight Emotional Handbook &#60; Szili</dc:creator>
		<pubDate>Thu, 31 Jan 2008 15:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://szili.net/2008/01/31/beware-the-decimal-separator/#comment-929</guid>
		<description>[...] Beware the decimal separator    Post a comment &#124; Trackback URI [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Beware the decimal separator    Post a comment | Trackback URI [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
