Code 39
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
Line 9: | Line 9: | ||
Among its users is the comic book grader CGC, which includes bar codes of this sort in its encapsulated containers for graded [[comics]]. (At least in its original version; the style of the containers has changed since, and it's possible a different bar code type is used.) It is also used on some coupons. | Among its users is the comic book grader CGC, which includes bar codes of this sort in its encapsulated containers for graded [[comics]]. (At least in its original version; the style of the containers has changed since, and it's possible a different bar code type is used.) It is also used on some coupons. | ||
+ | |||
+ | == Utilities == | ||
+ | * [http://www.terryburton.co.uk/barcodewriter/generator/ Bar code generator] | ||
+ | |||
+ | == Fonts == | ||
+ | * [http://www.barcodesinc.com/free-barcode-font/ Free Bar Code 39 font] | ||
== Developer libraries and modules == | == Developer libraries and modules == | ||
Line 15: | Line 21: | ||
* [http://www.chaosreligion.com/wtl/index.php5?title=EAN MediaWiki extension to generate UPC, EAN, and Code39 codes] | * [http://www.chaosreligion.com/wtl/index.php5?title=EAN MediaWiki extension to generate UPC, EAN, and Code39 codes] | ||
− | == | + | == Other links == |
* [[Wikipedia:Code 39|Wikipedia article]] | * [[Wikipedia:Code 39|Wikipedia article]] | ||
+ | * [http://www.idautomation.com/barcode-faq/code-39/ Code 39 FAQ and tutorial] | ||
* [http://www.cgccomics.com/ CGC site (comic grading)] | * [http://www.cgccomics.com/ CGC site (comic grading)] |
Revision as of 23:23, 10 June 2013
Code 39 is a bar code format which has been standardized as ISO/IEC 16388, ANSI MH 10.8 M-1983, and ANSI/AIM BC1/1995, as well as the obsolete military standard MIL-STD-1189 (superseded by the ANSI/AIM standard). It has a 43-character repertoire including uppercase letters, numbers, and a few punctuation characters.
Among its users is the comic book grader CGC, which includes bar codes of this sort in its encapsulated containers for graded comics. (At least in its original version; the style of the containers has changed since, and it's possible a different bar code type is used.) It is also used on some coupons.
Contents |
Utilities
Fonts
Developer libraries and modules
- ZBar bar code reader library: cross-platform
- zxing (Zebra Crossing) (barcode library for Java, ported to some other systems)
- MediaWiki extension to generate UPC, EAN, and Code39 codes