ramonlopes / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

Cannot print Greek Characters #165

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I am trying to print Greek characters using the following suggestion

   applet.setEncoding("UTF-8");
   applet.append("\u03b1"); 
   applet.append("\u03b2"); 
   applet.append("\u03b3"); 

   applet.setEncoding("cp737");

   applet.print();

What is the expected output? What do you see instead?

I am expecting to see Greek characters but this doesn't seem to work. Any 
advise?

What version of the product are you using? On what operating system?

jZebra 1.6.0 on Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by g.rossi...@gmail.com on 21 Oct 2013 at 5:59

GoogleCodeExporter commented 8 years ago
Although UTF-8 can fix certain encoding issues, your printer may not be 
configured to accept them.

Your printer manual should have a special codepage setting for Greek if it is 
supported.  Are you using an ESC/P compatible printer?  ZPL? EPL?

I don't have personal experience with the different language settings, but from 
my experience with the manuals, they usually dedicate a small section to 
switching languages.  Post up your printer model and I'll try to locate the 
snippet from the manual that references the language settings.

-Tres

-Tres

Original comment by tres.fin...@gmail.com on 21 Oct 2013 at 6:12

GoogleCodeExporter commented 8 years ago
Issue 130 has been merged into this issue.

Original comment by tres.fin...@gmail.com on 20 Jan 2014 at 1:18

GoogleCodeExporter commented 8 years ago
Issue 88 has been merged into this issue.

Original comment by tres.fin...@gmail.com on 20 Jan 2014 at 1:19

GoogleCodeExporter commented 8 years ago

Original comment by tres.fin...@gmail.com on 20 Jan 2014 at 1:22