Cocoa-Touch-Barcodes icon indicating copy to clipboard operation
Cocoa-Touch-Barcodes copied to clipboard

Codabar is not generated correctly

Open jaredtaskin opened this issue 12 years ago • 1 comments

Cocoa-Touch-Barcodes is not generating codabar barcodes correctly. They won't scan. My guess is you're missing a digit in NKDCodabarBarcode.m. In the switch statement there, you're adding the extra intercharacter space '0' in each case, except for the case '8'. I'm thinking there should be a 0 there!

jaredtaskin avatar Nov 01 '12 19:11 jaredtaskin

you're adding the extra intercharacter space '0' in each case

LukeChow avatar Oct 21 '14 08:10 LukeChow