Portfolio

Configure and troubleshoot the zebra printer to print in

#Arabic and English by #Zebra hashtag#Programming Language (#ZPL)

^XA^CI28

^FT100,80^A@N,40,30,,TT0003M_.TTF^FD[112.30
60.0031] 60*30^FS
^FT100,140^A@N,40,30,,NOTO000.TTF^FD(انتيك جري مطفي ( اس تي ان^FS

^FT100,200^A@N,40,30,,TT0003M_.TTF^FD112.3060.

0031^FS

^FO100,250^BY3

^BCN,100,Y,N,N

^FD654321^FS

^XZ

After installing the arabic font on the printer

^XA^CI28

^FT100,80^AZN,40,30,,TT0003M_.TTF^FD[112.30
60.0031] 60*30^FS
^FT100,140^AZN,40,30,^FD(انتيك جري مطفي ( اس تي ان^FS

^FT100,200^A@N,40,30,,TT0003M_.TTF^FD112.3060.

0031^FS

^FO100,250^BY3

^BCN,100,Y,N,N

^FD654321^FS

^XA^CI28

^FT100,80^AZN,40,30,,TT0003M_.TTF^FD[112.30
60.0031] 60*30^FS
^FT100,140^AZN,40,30,^FD(انتيك جري مطفي ( اس تي ان^FS

^FT100,200^A@N,40,30,,TT0003M_.TTF^FD112.3060.

0031^FS

^FO100,250^BY3

^BCN,100,Y,N,N

^FD654321^FS

^XA^CI28

^FT100,80^AZN,40,30,,TT0003M_.TTF^FD[112.30
60.0031] 60*30^FS
^FT100,140^AZN,40,30,^FD(انتيك جري مطفي ( اس تي ان^FS

^FT100,200^A@N,40,30,,TT0003M_.TTF^FD112.3060.

0031^FS

^FO100,250^BY3

^BCN,100,Y,N,N

^FD654321^FS

^XZ

How to center a multiline text field with line break?

^XA
^FB300,20,3,10,0,
^FO300,300^A0N,30,30^FDLine 1\&Line 2\&Line 3\&EASY ZPL
CONVERSION,
PREVIEW,
ARCHIVAL,
COMPATIBILITY^FS
^FS
^XZ

Fix country wise barcode read

enable GS1 Barcode

Skip,remove,Replace any digit from star end or middle digit Highlights or add prefix suffix any digit from barcode

Barcode duplication print by barcode scanner

OCR scanning fix

fix Barcode highlighting accept the FNC1 or Group seperator GS

Emulate keypad with leading Zero

Paired Scanner to printer via bluetooth

fix configure usb scanner in JPOS

fix Prefix/Suffix string

fix Removing scan timeout on scanner

Barcode scanner configure USB, rs232, COM port.

scan multiple similar barcodes using MDF and output them in a specific pattern

Bar Code that takes off the first 2 leading characters

Add prefix enter,tab,downarrow, up arrow or any computer keyboard funtion or button.

Scan-to-Connect application on the android tablet scanning barcodes.

use 123scan to create a rule where letters are removed from the barcode and only numbers are kept

I am creating an ADF Rule and would like to use multiple string filters in a single rule

Scan and Print Using Bluetooth Scanner and Zebra Printers

Barcode scanner imager using the snapi

123Scan plugin for the scanner configure the scanner to pick up this first digit of the barcode

I can program the scanners are via 123scan.

able to factory reset scanner

Parse from GS1 datamatrix barcode

Barcode scan by scanner then auto print from printer

Auto-enter configuration MDM

Pair a Barcode scanner with Windows pc or tab, mobile

Skip.remove Highlights or add prefix suffix any digit from barcode

advise using Zebra Printers. Specifically QLn220 models

^XA
^CI28^PON^LH1,175^FO50,52^CF0,35^FDYOU SAVE $1.25^FS^FO75,115^CF0,30^FD$^FS
^FO95,90^CF0,55^FD1.25^FS
^FO35,90^CF0,20^FDnow^FS
^FO305,80^CF0,20^FDbefore^FS
^FO295,100^CF0,30^FD$2.50^FS
^FO285,102^GD90,30,3,B,R^FS
^FO40,155^BY2,2.5^A0N,20,20^BCN,50,Y,N,N,A^FD3900051000021076000125^FS
^XZ

Arabic and English font call same zpl code

^XA
^PW464
^LL312
^FO50,30^A4N,13,10
^A4N,23,16
^FB400,1,0,C
^FDDANDELION^FS
^BY1
^FO70,70^BY3
^BCN,80,Y,N,N,A
^FD01778000041^FS
^FO20,200^A3N,14,10
^FDTunic Passioni Turquoise 15136^FS
^FT110,250^CWZ,E:DUM.TTF^AZN,32,32
^FD15136 تونيك باسيوني تركواز^FS
^CI27
^CI27
^FB400,1,0,L
^FO20,280^A4N,22,10
^FDPrice: 595.00 QR^FS
^CI28
^CWZ,E:DUM.TTF
^FT370,300^PA0,1,1,1^AZN,26,15
^FDالسعر: 595.00 ر.ق^FS
^XZ

ZPL label creation for variable print data with logo

EAN-13 ZPL CODE

^XA

^FT100,80^BEN,50,Y^FD123456789012^FS

^FT80,160^A0N,50,12^FH\^FN12″Description”^FS

^XZ

Zebra printer will not print Russian characters

Why my ZD220 printer will not print Russian characters
The printer has the E:TT0003M_.TTF font installed. when i send the following to the printer,

^XA^CI28

^FT70,200^A@N,40,,TT0003M_^FDBonjour en Russe : Здравствуйте^FS

^XZ

The Russian characters all print as question marks, the French prints correctly.

My issue is sending the code produced by the designer directly to the printer just produces question marks.

Solution: This is likely related to encoding and the application used to send the zpl. (you don’t say what app is being used to send the zpl). The printer is expecting UTF-8 encoded data because of the ^CI28 command. If you save the zpl in a UTF-8 encoded text file and send that file to the printer, it should print what you want.