boombuler / barcode

a barcode creation lib for golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Malformed Data Matrix generation

willtrking opened this issue · comments

With certain data strings this library produces malformed data matrix barcodes

Sample string to reproduce:

{"po":12,"batchAction":"start_end"}

Should be fixed.

Awesome! Thanks for the quick fix