esc_pos_printer icon indicating copy to clipboard operation
esc_pos_printer copied to clipboard

can't print € sign

Open sultanularefin opened this issue 3 years ago • 2 comments

thank you for producing this amazing package. I can produce $ sign as demonstrated in your example project. But can't print € sign. I added escape character just like the example project also added some styles "styles: PosStyles(codeTable: PosCodeTable.westEur)," but none worked.

sultanularefin avatar Aug 07 '20 12:08 sultanularefin

Same issue on my side.

Here the work-around I use to print euro sign on my tickets.

Sets the code table to ISO_8859-15 ticket.setGlobalCodeTable("ISO_8859-15");

Replace all euro sign by 'currency' sign content.replaceAll('€', '\xA4');

@andrey-ushakov Any tips to print euro sign in the good way ?

jocelyngirard avatar Nov 18 '20 14:11 jocelyngirard

Hi same issue, can't print € sign on ticket, the above workaround is also not working. Please let me know if anything else can be done

roitnaidu23 avatar Dec 21 '20 10:12 roitnaidu23