Skip to content
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

Support numeric and alphanumeric encodings #169

Open
paulhoule opened this issue Sep 30, 2021 · 0 comments
Open

Support numeric and alphanumeric encodings #169

paulhoule opened this issue Sep 30, 2021 · 0 comments

Comments

@paulhoule
Copy link

QR codes support compact encodings for codes that contain only digits or that contain only uppercase letters, digits and selected symbols.

Many QR code libraries automatically use the most efficient encoding possible. I took a look at the underlying qr.js library and found that it doesn't support encodings other than 8-bit but there are some others such as qrcode.js that do.

We could make smaller QR codes that are easier to scan if the underlying library was replaced with something that knows about alternate character sets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant