Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/ca
Commit message (Collapse)AuthorAgeFilesLines
* Add British Columbia PHNĂ–mer Boratav2023-11-261-0/+103
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/421
* Validate first digit of Canadian SINArthur de Jong2023-07-301-0/+6
| | | | | See http://www.straightlineinternational.com/docs/vaildating_canadian_sin.pdf See https://lists.arthurdejong.org/python-stdnum-users/2023/msg00000.html
* Add missing vat alias for CanadaLeandro Regueiro2020-03-071-0/+1
|
* Use an internal isdigits() function instead of str.isdigit()Arthur de Jong2019-04-292-5/+5
| | | | | | | | | | | The problem with the latter is that it will also accept all kinds of unicode digits that are not the ASCII 0-9 digits causing all kinds of problems in check digit calculations. Some of these unicode characters are also considered digits by int() but some are not (such as the SUPERSCRIPT TWO unicode character). Closes https://github.com/arthurdejong/python-stdnum/issues/96
* Docstring improvementsArthur de Jong2017-09-112-9/+7
|
* Add Canadian Business Number (BN)Arthur de Jong2017-08-261-0/+80
|
* Add Canadian Social Insurance Number (SIN)Arthur de Jong2017-08-262-0/+101