KevinGong2013 / Printer

Swift ticket printer framework for ESC/POS-compatible thermal printers.
Apache License 2.0
144 stars 72 forks source link

Epson TM-T20III Umlauts, Specialcharacter like "€" and Cash Drawer #78

Open Dirk23 opened 7 months ago

Dirk23 commented 7 months ago

Hello,

I have an Epson TM-T20III and I am not able to print umlauts like "ä" or special characters like "€". Interestingly, however, an "@" works. I have already tried various encodings such as

let receipt = Receipt(.init(maxWidthDensity: 500, fontDensity: 12, encoding: .windowsCP1252))

.... or .utf8 and a few others. Nothing helped. What can I do to make my umlauts and special characters work?

It would be great if the function to open the Cash Drawer would be implemented soon!

Thanks in advance

Dirk