Spelt / ZXing.Delphi

ZXing Barcode Scanning object Pascal Library for Delphi VCL and Delphi Firemonkey
Apache License 2.0
471 stars 206 forks source link

Data Matrix Decode error #162

Closed makson5 closed 8 months ago

makson5 commented 8 months ago

pls check this data matrix code

mt

correct code is "~!@#$%^&()_+}{POIUYTREWQASDFGHJKL:"?><MNBVCXZ`1234567890-=][poiuytrewqasdfghjkl;'/.,mnbvcxz|\" but i got "~02981929()_+}{POIUYTREWQASDFGHJKL:"?><MNBVCXZ`1234567890-=][poiuytrewqasdfghjkl;'/.,mnbvcxz|\"

seems its not support "!@#$%^&" to decode

btw: i use demo\vclTestApp to test it

Spelt commented 8 months ago

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 https://github.com/Spelt/ZXing.Delphi/issues/162, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADAS3VKHWOCCHINFBU42F7LYJFNPBAVCNFSM6AAAAABASWT2TCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZTSMJVGQYTAMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Spelt commented 8 months ago

Fixed, release in a minute.