Code 39
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) (→Developer libraries) |
||
Line 10: | Line 10: | ||
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.) | 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.) | ||
− | == Developer libraries == | + | == Developer libraries and modules == |
* [http://zbar.sourceforge.net/ ZBar bar code reader library: cross-platform] | * [http://zbar.sourceforge.net/ ZBar bar code reader library: cross-platform] | ||
* [http://code.google.com/p/zxing/ zxing (Zebra Crossing)] (barcode library for Java, ported to some other systems) | * [http://code.google.com/p/zxing/ zxing (Zebra Crossing)] (barcode library for Java, ported to some other systems) | ||
+ | * [http://www.chaosreligion.com/wtl/index.php5?title=EAN MediaWiki extension to generate UPC, EAN, and Code39 codes] | ||
== References == | == References == | ||
* [[Wikipedia:Code 39|Wikipedia article]] | * [[Wikipedia:Code 39|Wikipedia article]] | ||
* [http://www.cgccomics.com/ CGC site (comic grading)] | * [http://www.cgccomics.com/ CGC site (comic grading)] |
Revision as of 00:19, 12 May 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.)
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