Code11 checksum digit calculation
Status: Alpha
Brought to you by:
ronison
Code11 checksum digit(s) calculation for code >= 10 characters doesn't work as specified. The first chechsum digit is not included when calculation the second one. For example: 1234567890- will produce 1234567890-27 but should be 1234567890-24. Therefore some scanners may fail.