MichaelDemidov / DelphiZXingQRCodeEx

Delphi/Lazarus port of QR Code functionality from ZXing, a barcode image processing library. The support for non-standard encodings has been added
Apache License 2.0
64 stars 21 forks source link

Fix alphanumeric bug #1

Closed djargad closed 8 years ago

djargad commented 8 years ago

The bug is that character '0' is not accounted for alphanumeric character.

MichaelDemidov commented 8 years ago

Thank you, Andreas!