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

Problem decoding Code39 #1079

Open
MarcosOutomuro opened this issue Aug 3, 2023 · 0 comments
Open

Problem decoding Code39 #1079

MarcosOutomuro opened this issue Aug 3, 2023 · 0 comments

Comments

@MarcosOutomuro
Copy link

Hi!

I have detected a problem reading a barcode Code39. When I read it and decoding with my app, I always receive a bad decoding string.
The specific barcode I am using is this => 6/N1/IE521.523.
What I'm receiving from the code reader is this result => 6.1)E521.523. It seams that is converting the /N to a dot character and the /I to a ")"character.
I have made other test generating the barcode throught the Code39 extended encoding and works perfectly but unfortunelty I have to use the normal encoding.
As long as I know, this type of encoding allows to use the slash as a special character. Could you give me a solution to this issue?

Thank you in advance.

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