-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Bugs while creating QRCode #1
Comments
I have ran into a similar issue when generating codes with ECC Level: Q. To give an example, if I tried generating a URL, it would mix up the letter E with U. |
Hi , I am having the same issues The following urls are incoded incorrectly: I have a few more, and also one that just wont scan at all. QRCodeGenerator.ECCLevel.M |
@dcr26 I am unable to reproduce those results. Are you still having issues with the latest version of this library? |
HI same here. Generating URLs containing GUIDs mixes up letters (d and t) which is a show stopper. |
There was an error in the CalculateECCWords-method. I forgot to remove the leading coefficients from the message polynoms if they are zero. It's fixed with Commit 8103f03 |
Add exemple of multiple genration of Qrcode with safe memory manegement
Hi Raffael
I use your library for printing QRCode on documents. Some of the codes are generated incorrectly. I give a few examples, and the parameters and values with which they were noticed.
Encoded string: PA 9486/AMG/2014
ECC Level: M
Decoded as: PA 94870AMG/2014
Encoded string: PA 9490/AMG/2014
ECC Level: M
Decoded as: PA 949CFAMG/2014
Encoded string: PA 9491/AMG/2014
ECC Level: M
Decoded as: PA 949DFAMG/2014
The text was updated successfully, but these errors were encountered: