Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have to read, with an iPhone app, a set of barcodes that have been generated with a Code39 font, but lack the leading/trailing 'asterisk', so that they are considered invalid and simply ignored by any app I've tried (from the App Store).

Apart from the asterisks, the code is well-formatted so I wonder if there is a way to force barcode readers to read that, despite of the missing chars.

I've found sources for Apps (e.g ZBar) but they rely on closed libraries...

Any hint?

Thank you

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.