<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/perlweeklychallenge-club.git/challenge-135/abigail/tcl, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/'/>
<entry>
<title>Might as well map 'A' to 0.</title>
<updated>2021-10-19T20:02:01+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-10-19T20:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=3f9069255c9ab3f2a600ce465fa08e2cb2edc57d'/>
<id>3f9069255c9ab3f2a600ce465fa08e2cb2edc57d</id>
<content type='text'>
The SEDOL specification says 'A' maps to 10, 'B' to 11, etc.
However, to perform a checksum, all we care about is module 10
arithmetic. So, whether 'A' maps to 10, or to 0, doesn't matter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The SEDOL specification says 'A' maps to 10, 'B' to 11, etc.
However, to perform a checksum, all we care about is module 10
arithmetic. So, whether 'A' maps to 10, or to 0, doesn't matter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Last character of a SEDOL must be a number.</title>
<updated>2021-10-19T18:25:58+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-10-19T18:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=210e271ec3014cf6f08e9ce5d3e2ffbd92a61619'/>
<id>210e271ec3014cf6f08e9ce5d3e2ffbd92a61619</id>
<content type='text'>
Without this check, it could validate the SEDOL which uses a letter
as a check digit. For instance, if the check digit is a '1',
using 'B' would validate as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this check, it could validate the SEDOL which uses a letter
as a check digit. For instance, if the check digit is a '1',
using 'B' would validate as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tcl solutions for week 135</title>
<updated>2021-10-19T18:02:55+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-10-19T18:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=ec0548d9d1f8f277a0cd78d5a626c4efdd42f3ef'/>
<id>ec0548d9d1f8f277a0cd78d5a626c4efdd42f3ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
