Closed mitchb1 closed 2 years ago
In bar-codes.lisp in *table*, the Code B character for value 64 in *table* is #\' but should be #\`. This causes incorrect codes when encoding a string which contains #\' including if #\' is the check character.
Good catch! Fixed. Thanks
In bar-codes.lisp in *table*, the Code B character for value 64 in *table* is #\' but should be #\`. This causes incorrect codes when encoding a string which contains #\' including if #\' is the check character.