问题描述
我有 star micronics mPOP 2 英寸蓝牙打印机,我已将 star micronics iOS SDK 集成到我的应用程序中.
I have star micronics mPOP 2-inch bluetooth printer and I have integrated star micronics iOS SDK into my application.
我无法使用 star micronics sdk 打印 '£' 符号.有人知道打印英镑符号的代码是什么吗?
I can't print '£' symbol with star micronics sdk. Anyone knows what is the code to print £ symbol?
我发现了其他符号的类似问题,但不符合我的要求.
I found the similar question for other symbol but it doesn't meet my requirement.
网址:如何打印€带有star micronics SDK的符号?
提前致谢.
推荐答案
对于从 Android 登陆这里并花了数小时找到它的人.这样做:
For someone landing on here from Android and have spent hours finding it.Do this:
builder.appendInternational(ICommandBuilder.InternationalType.UK);builder.append((byte) 0x23);//想象一下一一搜索这些数字!
这篇关于面临打印问题 £带有star micronics SDK的符号?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!