<?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: Luhn Digit Generation Oracle PL/SQL Implementation</title>
	<atom:link href="http://www.weheartcode.com/2009/10/06/luhn-digit-generation-oracle-plsql-implementation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weheartcode.com/2009/10/06/luhn-digit-generation-oracle-plsql-implementation/</link>
	<description>A discourse on programming</description>
	<lastBuildDate>Wed, 01 Feb 2012 11:21:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: andrej</title>
		<link>http://www.weheartcode.com/2009/10/06/luhn-digit-generation-oracle-plsql-implementation/comment-page-1/#comment-38901</link>
		<dc:creator>andrej</dc:creator>
		<pubDate>Fri, 19 Nov 2010 09:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/?p=51#comment-38901</guid>
		<description>I am sorry...it is working fine. I just forgot to cut last digit, when i checked number of card.</description>
		<content:encoded><![CDATA[<p>I am sorry&#8230;it is working fine. I just forgot to cut last digit, when i checked number of card.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrej</title>
		<link>http://www.weheartcode.com/2009/10/06/luhn-digit-generation-oracle-plsql-implementation/comment-page-1/#comment-38865</link>
		<dc:creator>andrej</dc:creator>
		<pubDate>Thu, 18 Nov 2010 16:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/?p=51#comment-38865</guid>
		<description>Strange, but this function said that luhn is not valid for some card numbers....</description>
		<content:encoded><![CDATA[<p>Strange, but this function said that luhn is not valid for some card numbers&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnson</title>
		<link>http://www.weheartcode.com/2009/10/06/luhn-digit-generation-oracle-plsql-implementation/comment-page-1/#comment-30562</link>
		<dc:creator>Johnson</dc:creator>
		<pubDate>Mon, 08 Mar 2010 10:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/?p=51#comment-30562</guid>
		<description>Thanks for your sharing, it&#039;s great.</description>
		<content:encoded><![CDATA[<p>Thanks for your sharing, it&#8217;s great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ferg</title>
		<link>http://www.weheartcode.com/2009/10/06/luhn-digit-generation-oracle-plsql-implementation/comment-page-1/#comment-30285</link>
		<dc:creator>Ferg</dc:creator>
		<pubDate>Thu, 25 Feb 2010 12:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/?p=51#comment-30285</guid>
		<description>Thanks for the code, but I used this on a DB of ICCIDs (GSM SIM Card identifiers) and it found some inconsistencies (70 out of 3million)
e.g 8941020551329001200 should have checksum 3, but this PL/SQL returned 4?</description>
		<content:encoded><![CDATA[<p>Thanks for the code, but I used this on a DB of ICCIDs (GSM SIM Card identifiers) and it found some inconsistencies (70 out of 3million)<br />
e.g 8941020551329001200 should have checksum 3, but this PL/SQL returned 4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bilal</title>
		<link>http://www.weheartcode.com/2009/10/06/luhn-digit-generation-oracle-plsql-implementation/comment-page-1/#comment-29640</link>
		<dc:creator>Bilal</dc:creator>
		<pubDate>Mon, 01 Feb 2010 00:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/?p=51#comment-29640</guid>
		<description>Thanks. It worked and saved me time.</description>
		<content:encoded><![CDATA[<p>Thanks. It worked and saved me time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm Speedie</title>
		<link>http://www.weheartcode.com/2009/10/06/luhn-digit-generation-oracle-plsql-implementation/comment-page-1/#comment-28202</link>
		<dc:creator>Malcolm Speedie</dc:creator>
		<pubDate>Wed, 02 Dec 2009 05:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/?p=51#comment-28202</guid>
		<description>Thanks for the sample, it saved me some time.

Since you are processing a string you might want to check for a value_error on the implicted numeric conversion or do a translate to only get digits.</description>
		<content:encoded><![CDATA[<p>Thanks for the sample, it saved me some time.</p>
<p>Since you are processing a string you might want to check for a value_error on the implicted numeric conversion or do a translate to only get digits.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

