u/Crypter0079

▲ 5 r/thermalprinting+2 crossposts

Building a Flutter POS and need receipts with English + a secondary script (Arabic/Hindi). Standard ESC/POS text mode is basically useless for non-ASCII without specific code page support, which is inconsistent across hardware.

Options I'm weighing:

  • Full bitmap – render entire receipt as image. Too slow, especially over Bluetooth.
  • Hybrid – ESC/POS text for English, bitmap strips only for multilingual strings.

Has anyone pulled off the hybrid approach? Any packages worth looking at? What worked for you?

reddit.com
u/Crypter0079 — 11 days ago