Bar Codes / Bar Code type details |
Details on the barcode type.
Code 39 Extended can be used to encode text of variable length using the ASCII character set. Depending on the value of the smartParse property, the code value is either expected as a comma-separated list of ASCII character names or as a plain string. Table 1 lists the names and the textual representation that is used in printout.
ASCII code | Textual representation |
---|---|
NUL | <NUL> |
SOH | <SOH> |
STX | <STX> |
ETX | <ETX> |
EOT | <EOT> |
ENQ | <ENQ> |
ACK | <ACK> |
BEL | <BEL> |
BS | <BS> |
HT | <HT> |
LF | <LF> |
VT | <VT> |
FF | <FF> |
CR | <CR> |
SO | <SO> |
SI | <SI> |
DLE | <DLE> |
DC1 | <DC1> |
DC2 | <DC2> |
DC3 | <DC3> |
DC4 | <DC4> |
NAK | <NAK> |
SYN | <SYN> |
ETB | <ETB> |
CAN | <CAN> |
EM | <EM> |
SUB | <SUB> |
ESC | <ESC> |
FS | <FS> |
GS | <GS> |
RS | <RS> |
US | <US> |
SP | |
! | ! |
" | " |
# | # |
$ | $ |
% | % |
& | & |
' | ' |
( | ( |
) | ) |
* | * |
+ | + |
COMMA | , |
- | - |
. | . |
/ | / |
0 | 0 |
1 | 1 |
2 | 2 |
3 | 3 |
4 | 4 |
5 | 5 |
6 | 6 |
7 | 7 |
8 | 8 |
9 | 9 |
: | : |
; | ; |
< | < |
= | = |
> | > |
? | ? |
@ | @ |
A | A |
B | B |
C | C |
D | D |
E | E |
F | F |
G | G |
H | H |
I | I |
J | J |
K | K |
L | L |
M | M |
N | N |
O | O |
P | P |
Q | Q |
R | R |
S | S |
T | T |
U | U |
V | V |
W | W |
X | X |
Y | Y |
Z | Z |
[ | [ |
\ | \ |
] | ] |
^ | ^ |
_ | _ |
` | ` |
a | a |
b | b |
c | c |
d | d |
e | e |
f | f |
g | g |
h | h |
i | i |
j | j |
k | k |
l | l |
m | m |
n | n |
o | o |
p | p |
q | q |
r | r |
s | s |
t | t |
u | u |
v | v |
w | w |
x | x |
y | y |
z | z |
{ | { |
| | | |
} | } |
~ | ~ |
DEL | <DEL> |