-
Notifications
You must be signed in to change notification settings - Fork 344
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
Missing characters in generated code #25
Comments
I can't reproduce this:
Here is the image: https://skip.org/drop/88c77c18.png Can you link to the image you generated? Which software did you use to decode it? |
I did notice that I was behind on commits (was on
The resulting QR-Code decodes to If I replace the first the I've tried running in both Here's a few other scenarios I've run _(all using
UpdateJust to rule out my machine, I also did the following (same results):
|
Can your decoder software read "88c77c18" from https://skip.org/drop/88c77c18.png ? |
QR Codes can contain multiple data types, namely: numeric, alphanumeric, and byte. This minimises the size of each QR code, e.g. as numeric data can be encoded more efficiently than byte data. If you are having problems decoding numbers, it's possible your decoder software can't decode numeric encoded data correctly. I have encoded "8888888888aaaa8888" two different ways below. If you can only decode the first type correctly, then your decoder software is broken. Data segment #0: data type byte: '8888888888aaaa8888' Data segment #0: data type numeric: '8888888888' If neither decodes correctly, then you are probably parsing the output of your decoder incorrectly. |
Is this still an issue? |
When running:
The generated code seems to only decode to:
The text was updated successfully, but these errors were encountered: