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

[Enhancement] Add support for UPC-A on iOS #37

Open
thomasgalliker opened this issue Oct 8, 2024 · 0 comments
Open

[Enhancement] Add support for UPC-A on iOS #37

thomasgalliker opened this issue Oct 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@thomasgalliker
Copy link
Owner

Summary

When EAN_13 barcode format is enabled, it still scans UPC_A barcodes and just adds a zero to the beginning of them. In fact, this isn't surprising given that EAN_13 is a superset of UPC_A, and 12-digit UPC_A codes can be converted to an equivalent EAN_13 code by prepending a zero to the code.

tbd: How can we implement UPC_A barcode scanning without just padding the leading '0' and returning an EAN_13?

Links

@thomasgalliker thomasgalliker added the enhancement New feature or request label Oct 8, 2024
@thomasgalliker thomasgalliker self-assigned this Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant