qr_code_generator: support alphanumeric mode.
If the input to a QR code only uses certain values (A-Z, 0-9, plus a handful of punctuation) then it can be encoded with 11 bits per pair of symbols. This change adds support for that mode in order to better support eSIM QR codes, which can make use of this. Change-Id: Id3164dada8c45606e6dfa92dd30f6eb213d9b19f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623841 Commit-Queue: Martin Kreichgauer <martinkr@google.com> Auto-Submit: Adam Langley <agl@chromium.org> Reviewed-by:Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#843045}
Showing
This diff is collapsed.
Please register or sign in to comment