We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've been experiencing a bug that only effects QR code version-27 with error correction set to Q; All other combinations don't seem effected.
I believe that the source of this bug is an incorrect value in the DATA_BYTES_PER_BLOCK for the combination. (see file ec.rs, line: 415).
DATA_BYTES_PER_BLOCK
ec.rs
415
Table 9 of the standard states that the number of blocks should be 26 for 24 not 27.
24
Your input on this matter would be greatly appreciated.
Thank you.
The text was updated successfully, but these errors were encountered:
Fix wrong EC constant of Version-27-Q. Fix issue #7.
26487ad
fee9ded
Fixed in fee9ded. Thanks!
Sorry, something went wrong.
No branches or pull requests
I've been experiencing a bug that only effects QR code version-27 with error correction set to Q; All other combinations don't seem effected.
I believe that the source of this bug is an incorrect value in the
DATA_BYTES_PER_BLOCK
for the combination. (see fileec.rs
, line:415
).Table 9 of the standard states that the number of blocks should be 26 for
24
not 27.Your input on this matter would be greatly appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: