You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that using a QR code with Base32 is not the most efficient, but this can greatly reduce the character output, which is more ergonomic.
PS: I don't underst English, this answer is made using Microsoft Translator, I hope you can underst
The text was updated successfully, but these errors were encountered:
wy16W2pIilK1xgqN
changed the title
Why do you use numbers instead of Base32 for file encoding?
Why do you use Base10 instead of Base32 for file encoding?
Jul 14, 2024
When humans copy and paste, there are fewer characters.
In actual use, there are always situations that require manual intervention, and the number of characters is less, not pure numbers, which is more friendly to people.
Add first and last characters to have more functionality and provide robustness
There are some lower quality QR code decoding programs, for large QR codes there are decoding errors, adding some characters at the beginning and end of the data, there are human and software recognition.
"Start 3 9 block" and "End 3 9 block" are used at the beginning and end of the encoding, which can give humans an obvious confirmation of decoding and can also identify the program as the first block of data.
"-" indicates the start and end of base32 data, and "+" indicates the encoding complement.
If there is an error in the decoding of the QR code, it is generally obvious that there will be a significant change from the point where the error occurred, so that it can be easily identified.
With this style, you can easily add other control characters to achieve more functions.
Example:
Start 3 9 block
-CDS6YRVBCSQQ4S10C9GQ6S9K68G2R838EHT70WST5WQQEXVQ5SHQ4VV3DDK6YWK45SHPYV9FC9GQ6S9K68Q6GX3DD++++++-
End 3 9 block
wy16W2pIilK1xgqN
changed the title
Why do you use Base10 instead of Base32 for file encoding?
Base32 is recommended for encoding, as it has many benefits.
Jul 14, 2024
I know that using a QR code with Base32 is not the most efficient, but this can greatly reduce the character output, which is more ergonomic.
PS: I don't underst English, this answer is made using Microsoft Translator, I hope you can underst
The text was updated successfully, but these errors were encountered: