Skip to content

Commit 33367d0

Browse files
Update specifications.md (#702)
* Update specifications.md * Update specifications.md Added note about considering check digit in available digit counts
1 parent f9007a4 commit 33367d0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

controls/barcode/specifications.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,18 @@ position: 4
1010

1111
# Specifications
1212

13-
14-
15-
This help topic describes the specific characteristics of the bar codes per type.
13+
This help topic describes the specific characteristics of the barcodes per type.
1614

1715
##
1816

19-
2017
| Barcode type | Character set | Length | Check digits |
2118
| ------ | ------ | ------ | ------ |
2219
|Code 128|ASCII (128 characters)|variable|Mod 103|
2320
|Code 39|[A-Z]; [0-9]; [ - . $ / + % ]|variable (avg. up to 20 chars)|optional (Mod. 43)|
24-
|EAN-13|numeric [0..9]|7 usable digits|1 check digit|
25-
|EAN-8|numeric [0..9]|12 digits|1 check digit|
21+
|EAN-13|numeric [0..9]|13 digits|1 check digit|
22+
|EAN-8|numeric [0..9]|8 digits|1 check digit|
2623
|Postnet|numeric [0..9]|variable|1 check digit|
2724
|UPC-A|numeric [0..9]|12 digits|1 check digit|
2825
|UPC-E|numeric [0..9]|7 digits|1 check digit|
26+
27+
>note Be sure to take the check digit into consideration as it decreases the total number of usable digits for your data. For example, if you need 8 digits for your data; you can't use EAN-8 because 8 total digits, minus one check digit, leaves only 7 usable digits.

0 commit comments

Comments
 (0)