Code 93
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=physical |subcat=Bar codes |image=Code93-ext-barcode.png |caption=Code 93 Extended }} '''Code 93''' is a bar code format capable of storing character...") |
Dan Tobias (Talk | contribs) |
||
Line 2: | Line 2: | ||
|formattype=physical | |formattype=physical | ||
|subcat=Bar codes | |subcat=Bar codes | ||
+ | |wikidata={{wikidata|Q2981417}} | ||
|image=Code93-ext-barcode.png | |image=Code93-ext-barcode.png | ||
|caption=Code 93 Extended | |caption=Code 93 Extended | ||
Line 17: | Line 18: | ||
== Developer libraries and modules == | == 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] | ||
+ | * [https://github.com/kreativekorp/barcode barcode.php] | ||
== Utilities == | == Utilities == |
Latest revision as of 14:09, 26 May 2019
Code 93 is a bar code format capable of storing characters in the set:
0123456789[Space]ABCDEFGHIJKLMNOPQRSTUVWXYZ-.$/+%
There is also a Code 93 Extended variant which can store any of the 128 characters of the ASCII encoding. Characters outside the above range take more space on the bar code because they must be preceded by a control code.
Contents |
[edit] Spec
[edit] Developer libraries and modules
[edit] Utilities
- Online barcode generator (supports many different formats)