Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. How to use
  2.  
  3. EAN-13 has 3 symbol sets A, B, and C. It looks like the following: *XXXXXX#CCCCCC*
  4. • * start/end bar (as common for Code 39)
  5. • # middle bar
  6. • X a symbol of set A or B (see below)
  7. • C a symbol of set C
  8.  
  9. Symbol sets
  10. The symbol sets are placed on an international keyboard layout:
  11. A. Number row: 1234567890
  12. B. B:Middle character row: asdfghjkl;
  13. C. C:Top character row: qwertyuiop
  14.  
  15. The first digit of an EAN-13 barcode does not directly correspond to a symbol. It determines which symbol set for the following 6 digits is to be used. The following listing shows the symbol set combinations for the starting digits:
  16. 1. AABABB
  17. 2. AABBAB
  18. 3. AABBBA
  19. 4. ABAABB
  20. 5. ABBAAB
  21. 6. ABBBAA
  22. 7. ABABAB
  23. 8. ABABBA
  24. 9. ABBABA
  25.  
  26. If the starting digit is 0, or if you want to encode a UPC-A, only use symbol set A.
  27.  
  28.  
  29.  
  30. Examples
  31. The spaces are only inserted for clarity.
  32. • EAN number → symbol set → What you type with the font
  33. • 2 012345 67890 3 → *AABBAB#CCCCCC* → *01sd4g#yuiope*
  34. • 2 230154 67890 1 → *AABBAB#CCCCCC* → *23;a5f#yuiopq*
  35. • 9 786789 12345 1 → *ABBABA#CCCCCC* → *7kh7k9#qwertq*
  36. • 9 789876 12345 7 → *ABBABA#CCCCCC* → *7kl8j6#qwertu*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement