1

This is my code for the ZPL label:

^XA^FS^FT215,210^A0N,28,28^FH^FD300 mg (1 ½ tablet)^XZ

but it shows like this:

I want it to be shown as ½, any suggestions?

GSerg
  • 76,472
  • 17
  • 159
  • 346

2 Answers2

1

You need to switch to UTF-8 encoding using ^CI28:

^XA^CI28^FT215,210^A0N,28,28^FD300 mg (1 ½ tablet)^FS^XZ
Mark Warren
  • 1,321
  • 1
  • 7
  • 4
0

This label is shown correct in the Labelary Online ZPL Viewer, but the printer Zebra ZD410 doesn't print the ½ symbol...is it a problem of compatibility?

^XA ^MMT ^PW400 ^LL200 ^LS-40 ^CI28 ^FO60,20^ADN,15,10^FD35663_AVE^FS ^FO210,20^A0N,25,25^FD37 ½^FS ^FO60,45^BY2^BEN,60,N,N^FD8445087656818^FS ^FO170,130^ADN,30,15^FD199^FS ^FO250,130^ADN,20,10^FDEUR^FS ^XZ

Ale Kami
  • 1
  • 1