Encoding date in Zebra printer
问题 I need to encode "date field" in my Zebra M4Plus printer from UTF-8 to UTF-16. For this I need to use "required translation table". In documentation I found this: ~DER:JIS.DAT,27848,300021213001... But I don-t know what is JIS.DAT and why 27848. This is my code example: qz.append("^XA"); qz.append("^FO160,635"); qz.append("^A@R,30,30,E:TT0003M_.FNT"); qz.append("~DER:.DAT,27848,Данные для вывода^FS"); - it not work. Printer go to offline. Who has experience with this, help please. 回答1: Please