<?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>Commentaires sur : BBAN to IBAN (Oracle &#8211; only Belgian&#8217;s Codes)</title>
	<atom:link href="http://bigjim-network.be/2009/07/13/bban-to-iban-oracle-only-belgians-codes/feed/" rel="self" type="application/rss+xml" />
	<link>http://bigjim-network.be/2009/07/13/bban-to-iban-oracle-only-belgians-codes/</link>
	<description></description>
	<lastBuildDate>Wed, 18 Apr 2012 20:21:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Par : Pierre Moermans</title>
		<link>http://bigjim-network.be/2009/07/13/bban-to-iban-oracle-only-belgians-codes/comment-page-1/#comment-2354</link>
		<dc:creator>Pierre Moermans</dc:creator>
		<pubDate>Fri, 02 Dec 2011 11:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=74#comment-2354</guid>
		<description>There is a bug when the check-digit is &lt; 10; then the resulting IBAN is wrong.

Indeed, the following variable declaration
 v_mod INTEGER;
should NOT be an INTEGER, because, a check-digit of &#039;01&#039; will get converted into &#039;11&#039; instead of &#039;0101&#039;, which gives different modulo 97.

Regards,</description>
		<content:encoded><![CDATA[<p>There is a bug when the check-digit is &lt; 10; then the resulting IBAN is wrong.</p>
<p>Indeed, the following variable declaration<br />
 v_mod INTEGER;<br />
should NOT be an INTEGER, because, a check-digit of &#039;01&#039; will get converted into &#039;11&#039; instead of &#039;0101&#039;, which gives different modulo 97.</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
</channel>
</rss>

