Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix intercharacter gap calculation in Code39View
Modify the calculation of intercharacterGapCount in Code39View.swift: - Subtract 1 from the result of (barcode.count % 9)
- Loading branch information