I am trying to print Persian character on my Zebra Z410 label printer. But for some reason it is printing ?????. The ZPL code I am sending to the printer is
^XA
^FO50,50
^PA1,1,1,1
^A@N,50,50,E:TT0003M_.TTF^FDعاسشاتعفثه^FS
^XZ
I am using the Zebra Setup Utilities-Open communication with printer. Please Help!!
Your example above did not specify ^CI28 which would let you use UTF-8 instead of field hex.
^XA
^FO50,50
^PA1,1,1,1
^A@N,50,50,E:TT0003M_.TTF^CI28^FDعاسشاتعفثه^FS
^XZ
Zebra Setup Utilities is not handling the UTF-8 correctly. I just tested with PuTTY to a network printer and the UTF was handled properly. There are also examples in the SDK on how to print using UTF-8.
}