-
Notifications
You must be signed in to change notification settings - Fork 209
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
Data Matrix Decode error #162
Comments
Seems like a bug because if I feed the image to https://zxing.org/w/decode
it works.
…On Wed, 13 Dec 2023 at 08:55, makson5 ***@***.***> wrote:
pls check this data matrix code
mt.jpg (view on web)
<https://github.com/Spelt/ZXing.Delphi/assets/5002575/3a4109ef-3961-49d1-8bfb-6e01a4796cfe>
correct code is "~!@#$%^&*()_+}{POIUYTREWQASDFGHJKL:"?><MNBVCXZ1234567890-=][poiuytrewqasdfghjkl;'/.,mnbvcxz|\"
but i got "~02�981929*()_+}{POIUYTREWQASDFGHJKL:"?><MNBVCXZ
1234567890-=][poiuytrewqasdfghjkl;'/.,mnbvcxz|"
seems its not support "!@#$%^&" to decode
—
Reply to this email directly, view it on GitHub
<#162>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADAS3VKHWOCCHINFBU42F7LYJFNPBAVCNFSM6AAAAABASWT2TCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZTSMJVGQYTAMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Spelt
pushed a commit
that referenced
this issue
Dec 15, 2023
Fixed, release in a minute. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pls check this data matrix code
correct code is "~!@#$%^&*()_+}{POIUYTREWQASDFGHJKL:"?><MNBVCXZ
1234567890-=][poiuytrewqasdfghjkl;'/.,mnbvcxz|\" but i got "~02�981929*()_+}{POIUYTREWQASDFGHJKL:"?><MNBVCXZ
1234567890-=][poiuytrewqasdfghjkl;'/.,mnbvcxz|"seems its not support "!@#$%^&" to decode
btw: i use demo\vclTestApp to test it
The text was updated successfully, but these errors were encountered: