Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
Hello everyone, 
I'm programming to print bar code using ELP 2 language for zebra printer TLP 2844, but when printing bar code, if number of characters is odd (e.g 321), it auto adds an leading zero (0), how do I get rid of that? 
Thanks.
Thanh.
Posted
Updated 21-Jan-16 17:22pm
v2
Comments
Peter_in_2780 22-Jan-16 1:57am    
In certain barcodes, such as Code128, there is a "compressed" numeric format that encodes two digits per character position. You are probably running into that. You may be able to force your encoding software to avoid, in this case, code C (the two digit format).

1 solution

This is the standard that is followed by Zebra Barcode printers to adopt to EAN 13 Encoding.

Please check the below link for more details.

EAN-13 Encoding[^]

International Article Number (EAN) - Wikipedia, the free encyclopedia[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900