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

Issue with barcode_code39 Base1DBarcode.php #21

Open
mathial opened this issue Feb 7, 2017 · 0 comments
Open

Issue with barcode_code39 Base1DBarcode.php #21

mathial opened this issue Feb 7, 2017 · 0 comments

Comments

@mathial
Copy link

mathial commented Feb 7, 2017

Hi

First, thanks for your great work.
I have an issue with my barcodes. All the "Z" are read as they were "Y", and the "Y" become "Z"...
I'm using the function barcode_code39 of Base1DBarcode.php
So I decided to invert the lines 548 and 549 of the files, in order to switch Y and Z :
$chr['Y'] = '133131111';
$chr['Z'] = '331131111';

And now it works !
Quite strange isn'it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant