Printooth icon indicating copy to clipboard operation
Printooth copied to clipboard

Cirillic string not printing

Open smaroff92 opened this issue 2 years ago • 2 comments

Hello, using CHARCODE_PC866 but printed not cirillic words. =(

smaroff92 avatar Sep 20 '21 10:09 smaroff92

Hello, using CHARCODE_PC866 but printed not cirillic words. =(

Hello. How did you solve this problem?

Dumankrg2019 avatar Sep 12 '22 11:09 Dumankrg2019

It seems to be a mistype here https://github.com/mazenrashed/Printooth/blob/5674058107b1936e3bcfb52d3f925635c9481ea5/printooth/src/main/java/com/mazenrashed/printooth/data/printer/DefaultPrinter.kt#L54 @mazenrashed

CHARCODE_PC866 should be 17 decimal or 0x11, not 0x12 https://reference.epson-biz.com/modules/ref_escpos/index.php?content_id=32

se-ti avatar Jul 15 '23 04:07 se-ti