Closed danilof closed 4 years ago
Unfortunately converting it back to String won't work. I assue you are printing using ecs_pos_printer, if so you can try textEncoded
on the Ticket class. Be sure to set the code page in PosStyles: codePage: "CP1250" or set it manually if your printer uses a bit different code tables.
Please let me know if that will help. I can check that myself tomorrow.
@pr0gramista Thnx. It works with textEncoded!
@pr0gramista hi, thank you for this library. I also need to print windows1250 String on termal printer (slovenian language). But I have problem with encoding / decoding. This is example:
Can you please tell me what I am doing wrong here?