<?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: Handling tab to space conversions</title>
	<atom:link href="http://aidanlister.com/2004/04/handling-tab-to-space-conversions/feed/" rel="self" type="application/rss+xml" />
	<link>http://aidanlister.com/2004/04/handling-tab-to-space-conversions/</link>
	<description>Code is poetry</description>
	<lastBuildDate>Tue, 31 Jan 2012 07:34:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Jw</title>
		<link>http://aidanlister.com/2004/04/handling-tab-to-space-conversions/comment-page-1/#comment-337</link>
		<dc:creator>Jw</dc:creator>
		<pubDate>Fri, 06 May 2005 07:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=76#comment-337</guid>
		<description>I have rewritten the function to support multiple columns and fix some minor glitches:

http://playground.jwscripts.com/tabs2spaces.phps

Perhaps you can use it as a basis for other improvements.</description>
		<content:encoded><![CDATA[<p>I have rewritten the function to support multiple columns and fix some minor glitches:</p>
<p><a href="http://playground.jwscripts.com/tabs2spaces.phps" rel="nofollow">http://playground.jwscripts.com/tabs2spaces.phps</a></p>
<p>Perhaps you can use it as a basis for other improvements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pilpas</title>
		<link>http://aidanlister.com/2004/04/handling-tab-to-space-conversions/comment-page-1/#comment-216</link>
		<dc:creator>Pilpas</dc:creator>
		<pubDate>Fri, 11 Feb 2005 23:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=76#comment-216</guid>
		<description>Muito bom = very good!
;)</description>
		<content:encoded><![CDATA[<p>Muito bom = very good! <img src='http://aidanlister.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pilpas</title>
		<link>http://aidanlister.com/2004/04/handling-tab-to-space-conversions/comment-page-1/#comment-215</link>
		<dc:creator>Pilpas</dc:creator>
		<pubDate>Fri, 11 Feb 2005 23:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=76#comment-215</guid>
		<description>Man, you work is the best of de world!

 Muito bom.

Thank you a lot!</description>
		<content:encoded><![CDATA[<p>Man, you work is the best of de world!</p>
<p> Muito bom.</p>
<p>Thank you a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monica Luz</title>
		<link>http://aidanlister.com/2004/04/handling-tab-to-space-conversions/comment-page-1/#comment-188</link>
		<dc:creator>Monica Luz</dc:creator>
		<pubDate>Fri, 21 Jan 2005 13:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=76#comment-188</guid>
		<description>Muito bom.

Thank you!</description>
		<content:encoded><![CDATA[<p>Muito bom.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Kuolt</title>
		<link>http://aidanlister.com/2004/04/handling-tab-to-space-conversions/comment-page-1/#comment-163</link>
		<dc:creator>Jared Kuolt</dc:creator>
		<pubDate>Fri, 07 Jan 2005 05:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=76#comment-163</guid>
		<description>To use this style of tabular data within HTML, simply replace the white space with Non Breaking Space like so:
&lt;?php
//Old Line
$tab   = str_repeat(&#039; &#039;, $spaces - $tab_pos % $spaces);
//New Line
$tab   = str_repeat(&#039;&#160;&#039;, $spaces - $tab_pos % $spaces);
?&gt;</description>
		<content:encoded><![CDATA[<p>To use this style of tabular data within HTML, simply replace the white space with Non Breaking Space like so:<br />
&lt;?php<br />
//Old Line<br />
$tab   = str_repeat(&#8216; &#8216;, $spaces &#8211; $tab_pos % $spaces);<br />
//New Line<br />
$tab   = str_repeat(&#8216;&nbsp;&#8217;, $spaces &#8211; $tab_pos % $spaces);<br />
?&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

