这是我的问题。我正在尝试通过蓝牙从我的应用程序打印到 EPSON Thermal Printer Tm T70II。我可以连接并打印,但我无法为收据打印符号 £。它打印出奇怪的字符,我正在努力寻找解决方案。有人可以帮我吗?提前感谢拉吉
var uint8array = new TextEncoder('utf-8', { NONSTANDARD_allowLegacyEncoding: true }).encode(print_dtl); //print_dtl is my content
bt.write(uint8array.buffer, deviceId); //Bluetooth print out to the device