<?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 UPC-A to zero-compressed UPC-E</title>
	<atom:link href="http://blogs.freemind.net/index.php/how-to-convert-upc-a-to-zero-compressed-upc-e/56/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.freemind.net/index.php/how-to-convert-upc-a-to-zero-compressed-upc-e/56/</link>
	<description></description>
	<lastBuildDate>Sun, 23 May 2010 23:47:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: james</title>
		<link>http://blogs.freemind.net/index.php/how-to-convert-upc-a-to-zero-compressed-upc-e/56/comment-page-1/#comment-186</link>
		<dc:creator>james</dc:creator>
		<pubDate>Fri, 15 May 2009 14:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.freemind.net/?p=56#comment-186</guid>
		<description>That makes perfect sense. Code updated, tests passed, committed. Thanks!</description>
		<content:encoded><![CDATA[<p>That makes perfect sense. Code updated, tests passed, committed. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://blogs.freemind.net/index.php/how-to-convert-upc-a-to-zero-compressed-upc-e/56/comment-page-1/#comment-178</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Wed, 13 May 2009 20:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.freemind.net/?p=56#comment-178</guid>
		<description>Good article.

Small note though, the right most digit is always considered an odd digit in a UPC Code.  Your function works because you you only allow UPC-A codes to be inputted for the CalculateCheckDigit function.  Removing the length check and starting from the right ( with the right most digit being odd ), would allow you to calculate the check digit for EAN, UPCA, and GSI..

Just a thought.</description>
		<content:encoded><![CDATA[<p>Good article.</p>
<p>Small note though, the right most digit is always considered an odd digit in a UPC Code.  Your function works because you you only allow UPC-A codes to be inputted for the CalculateCheckDigit function.  Removing the length check and starting from the right ( with the right most digit being odd ), would allow you to calculate the check digit for EAN, UPCA, and GSI..</p>
<p>Just a thought.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
