andrey-ushakov / esc_pos_printer

ESC/POS (thermal, receipt) printing for Flutter & Dart
BSD 3-Clause "New" or "Revised" License
351 stars 300 forks source link

Cannot print Thai language #116

Open soubinkittiphanh opened 3 years ago

soubinkittiphanh commented 3 years ago

Uint8List encThai = await CharsetConverter.encode("cp874", "สะวัสดี"); ticket.textEncoded(encThai, styles: PosStyles(codeTable: PosCodeTable.thai_1));

winterselmon commented 2 years ago

any update ?