KevinGong2013 / Printer

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

Problems printing German letters #30

Closed chnbz closed 1 year ago

chnbz commented 4 years ago

Hi,

the printer doesn't print German letters like Ä,Ö or Ü instead it prints "ü0ë5" for example. Tried different code pages that the printer supports but not much has changed. Any idea how to resolve this?

chnbz commented 4 years ago

Solved it. Found out the print() function has an optional parameter called encoding image

I changed the code page to WPC1252 as well on the printer and since then everything works fine.

mali1488 commented 4 years ago

How did you set the codePage? Having problems with åäö.

chnbz commented 4 years ago

How did you set the codePage? Having problems with åäö.

With a Windows app that the printer manufacturer provided :)