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
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?
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
The text was updated successfully, but these errors were encountered: