I need to print label with special character like degree (°). I'm using qz print applet on my website. How i can say to applet that i'm going to print UtF-8 character? Because it doesn't print correctly. Thanks!
Asked
Active
Viewed 2.0k times
1 Answers
2
Well, you need to escape characters above ASCII by putting ^FH
(Field Hexadecimal Indicator) before any ^FD
field that might contain an UTF char and you also need to prefix the UTF Hex code with an underscore. Like happens in this other question: Unicode characters on ZPL printer

Community
- 1
- 1

Marcelo Camargo
- 2,240
- 2
- 22
- 51
-
1I haven't got properly a zebra printer. I've got a TSC TTP-245C with ZPL emulation activated. I tried to use the escape characters above but it doesn't work. – Roberto Canini Sep 01 '14 at 13:12