Skip to content

Support numeric and alphanumeric encodings #169

@paulhoule

Description

@paulhoule

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions