Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed problems with S25 barcode #611

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Commits on May 4, 2023

  1. Fixed problems with S25 barcode

    Using your S25 barcode generator I found a problem. The representation of the digit 8 was the same as 0. I fixed it. Now it is recognized correctly.
    
    Additionally you were using different bar widths for the start and stop values. I changed this too.
    
    One thing I did not change till now is the part where you add an leading 0 if the string is odd. Why do you do so?
    theonlytruth committed May 4, 2023
    Configuration menu
    Copy the full SHA
    59360ad View commit details
    Browse the repository at this point in the history