andrey-ushakov / esc_pos_utils

Basic Flutter/Dart classes for ESC/POS printing
BSD 3-Clause "New" or "Revised" License
151 stars 339 forks source link

Arabic Text Issue in EPSON thermal printer #145

Open reliable-dev786 opened 1 month ago

reliable-dev786 commented 1 month ago

Hi i'm facing issue while printing arabic in thermal printer. I'm using TM-m30II epson printer. bytes += generator.text('Special 2. (فاتورة ضريبة)', styles: PosStyles(codeTable: 'CP1252')); I used the above code How can i fixed it?