januslo / react-native-bluetooth-escpos-printer

React-Native plugin for the bluetooth ESC/POS & TSC printers.
MIT License
349 stars 409 forks source link

Break word when automatic newline #208

Open zhenguet opened 1 year ago

zhenguet commented 1 year ago

As title. My 1st line text is: "Trung tâm quản lý giao thông công cộng thành phố Hải Phòng" And the word is broken in the end of line. It should automatic newline in blank (" ") instead of "c ộng" Have any solution for it?

demo

chaudev commented 1 year ago

As title. My 1st line text is: "Trung tâm quản lý giao thông công cộng thành phố Hải Phòng" And the word is broken in the end of line. It should automatic newline in blank (" ") instead of "c ộng" Have any solution for it?

demo

Bạn ơi cho mình hỏi bạn sài encoding vs codepage nào mà in được tiếng Việt với ạ!! Mình thử hết mà không ra

zhenguet commented 1 year ago

@chaudev không có cách nào cả đâu bác. cái này 1 là bác mua loại máy POS khác hỗ trợ tiếng Việt. 2 là bác phải liên hệ nhà sản xuất họ update firmware cho nhé. there is no way. Or buy another POS device, or ask the manufacturer to update firmware. I'm using

      await BluetoothEscposPrinter.printText(
        'Trung tâm quản lý giao thông công cộng thành phố Hải Phòng\n\r',
        {
          encoding: 'UTF-8',
        },
      );