I am looking to add the tab caharcter into a barcode that will contain a username & (tab) & and the password. Does anyone out there know how, or knows of a site I can go to with the information on it. Thanks
+1
A:
For full ascii 3 of 9 encodes a tab as a 2 character $H, so if you're trying to enter this with a scanner you have to depend on how the scanner driver handles the 2 character codes.
Check out the wikipedia code 3 of 9 entry
Charlie
2009-06-09 19:46:13
+2
A:
$I is the code for tab.
Check this table out for what appear to be standard functions (last column) for 3 of 9 (or Code 39 as it is called on that site. I'm assuming that they're mostly equivalent.)
Ben Koehler
2009-06-09 20:03:26