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