Re: Validating and generating IBANs

2002-03-24 Thread Tina Mueller
On Sun, 24 Mar 2002, Philip Newton wrote: > On Mon, 18 Mar 2002 12:13:57 +, [EMAIL PROTECTED] (Tim Bunce) > wrote: > > > On Sun, Mar 17, 2002 at 02:53:22AM +0100, Tina Mueller wrote: > > > (it also generates ISO3166-codes for a country (needed > > > for the IBAN), and I didn't find a module >

Re: Validating and generating IBANs

2002-03-24 Thread Philip Newton
On Mon, 18 Mar 2002 12:13:57 +, [EMAIL PROTECTED] (Tim Bunce) wrote: > On Sun, Mar 17, 2002 at 02:53:22AM +0100, Tina Mueller wrote: > > (it also generates ISO3166-codes for a country (needed > > for the IBAN), and I didn't find a module > > for iso3166-codes.) > > That should probably be fa

Re: Validating and generating IBANs

2002-03-18 Thread Tim Bunce
On Sun, Mar 17, 2002 at 02:53:22AM +0100, Tina Mueller wrote: > hi, > > as the IBAN (International Bank Account Number) becomes > more and more important (at least in europe), > I thought of writing a small module which validates > and generates such numbers. It's a very simple > algorithm, but i