Packageardisia.components.barCode.specifications
Classpublic class Code39
InheritanceCode39 Inheritance Object

wikipedia: http://en.wikipedia.org/wiki/Code_39

Spec includes 43 characters, A through Z, 0 through 9, and special characters. A " is the start/stop delimiter.

No check digit implemented. Simple code with low density.

Only supports uppercase characters. Lowercase characters are encoded as uppercase characters.



Public Methods
 MethodDefined By
  
encodeForCode39(data:String):String
[static] Encodes a string for the Code 39 specification.
Code39
Method Detail
encodeForCode39()method
public static function encodeForCode39(data:String):String

Encodes a string for the Code 39 specification.

Parameters

data:String — the string to encode

Returns
String — a String of encoded data