mbattyani / cl-pdf

CL-PDF is a cross-platform Common Lisp library for generating PDF files.
Other
115 stars 41 forks source link

In bar-codes.lisp, the Code B character for value 64 in *table* is #\' but should be #\` #33

Closed mitchb1 closed 2 years ago

mitchb1 commented 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.

mbattyani commented 2 years ago

Good catch! Fixed. Thanks