<?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: How to convert Roman Numerals and Arabic numbers in ActionScript 3</title>
	<atom:link href="http://etc.joshspoon.com/2008/12/17/how-to-convert-roman-numerals-and-arabic-numbers-in-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://etc.joshspoon.com/2008/12/17/how-to-convert-roman-numerals-and-arabic-numbers-in-actionscript-3/</link>
	<description>All things Flash/Flex and then some...maybe</description>
	<lastBuildDate>Sat, 30 Jan 2010 06:20:21 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: joshspoon</title>
		<link>http://etc.joshspoon.com/2008/12/17/how-to-convert-roman-numerals-and-arabic-numbers-in-actionscript-3/comment-page-1/#comment-2495</link>
		<dc:creator>joshspoon</dc:creator>
		<pubDate>Wed, 12 Aug 2009 18:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://etc.joshspoon.com/?p=189#comment-2495</guid>
		<description>Thanks man. I have a tendency of making that mistake.</description>
		<content:encoded><![CDATA[<p>Thanks man. I have a tendency of making that mistake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zacqary Adam Green</title>
		<link>http://etc.joshspoon.com/2008/12/17/how-to-convert-roman-numerals-and-arabic-numbers-in-actionscript-3/comment-page-1/#comment-2452</link>
		<dc:creator>Zacqary Adam Green</dc:creator>
		<pubDate>Fri, 07 Aug 2009 00:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://etc.joshspoon.com/?p=189#comment-2452</guid>
		<description>I tried out your romanize(); function, but it could only render 4, 5, 9, 10, and similar cases accurately. The reason is because the for loop goes until (i &lt; numbers.length - 1), as opposed to &lt;=. (i &lt; numbers.length) without the -1 fixes it too.</description>
		<content:encoded><![CDATA[<p>I tried out your romanize(); function, but it could only render 4, 5, 9, 10, and similar cases accurately. The reason is because the for loop goes until (i &lt; numbers.length &#8211; 1), as opposed to &lt;=. (i &lt; numbers.length) without the -1 fixes it too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
