foxitsoftware / DelphiZXingQRCode

Delphi port of QR Code functionality from ZXing, a barcode image processing library.
Apache License 2.0
197 stars 115 forks source link

Solved alphanumeric bug #4

Open Renato-Lorenzi opened 9 years ago

Renato-Lorenzi commented 9 years ago

When the number "0" is the content and the mode used is "qmAlphanumeric" the number "0" is ignored and it is not used by the generated QRCode. This is a bug, since in order alphanumeric "0" number should be supported.

This pull request solve this bug.

zorancz commented 4 years ago

I have encountered same bug. The simple fix provided in the pull request works, please merge.