bwipp / postscriptbarcode

Barcode Writer in Pure PostScript
https://bwipp.terryburton.co.uk
MIT License
463 stars 65 forks source link

dotcode: handle Shift B CRLF in encC and encA #178

Closed gitlost closed 2 years ago

gitlost commented 2 years ago

Handles CRLF when doing Shift B in Code Set C or A, otherwise e.g. 10 100 moveto (12a^013^010) (parse) /dotcode /uk.co.terryburton.bwipp findresource exec and 10 100 moveto (^001a^009^013^010) (parse) /dotcode /uk.co.terryburton.bwipp findresource exec will fail.

terryburton commented 2 years ago

Thanks.