Open Renato-Lorenzi opened 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.
I have encountered same bug. The simple fix provided in the pull request works, please merge.
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.