免费 3 0f 9 扩展条形码字体
我希望将选项卡字符添加到包含用户名和名称的条形码中。 (选项卡)& 和密码。 有谁知道如何操作,或者知道我可以访问一个包含其信息的网站。 谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
$I 是 tab 的代码。
检查此表,了解 3 个的标准函数(最后一列) 9(或该网站上的代码 39。我假设它们大部分是相同的。)
$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.)
对于完整的 ascii 3 of 9 将制表符编码为 2 个字符 $H,因此如果您尝试使用扫描仪输入此内容,则必须取决于扫描仪驱动程序如何处理这 2 个字符代码。
查看
维基百科代码 3(共 9 条)
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