react-native-bluetooth-escpos-printer icon indicating copy to clipboard operation
react-native-bluetooth-escpos-printer copied to clipboard

Print Vietnamese

Open huuanh021287 opened this issue 4 years ago • 6 comments

Hello. I have problem printer vietnamese. Can you help me?

This is my code. await BluetoothEscposPrinter.printText('Tiếng Việt \r\n\r\n\r\n', { encoding: 'GBK', // Cp1256 or Cp1258 codepage: 32, // 27 or 22 or 30. widthtimes: 0, heigthtimes: 0, fonttype: 0, });

i use device xprinter 58iih. image

Thanks

huuanh021287 avatar Aug 19 '20 09:08 huuanh021287

You can not print the Vietnamese characters with the 'GBK', // Cp1256 or Cp1258 encoding algorithm. We have to provide the TCVN encoding method for the library to make it possible. It seems not yet implemented in this release version.

lamman999 avatar Oct 01 '20 10:10 lamman999

-capture html to image with "react-native-view-shot" --> get base64 image -print it I sussed!

nhatquang100 avatar Nov 11 '20 10:11 nhatquang100

-capture html to image with "react-native-view-shot" --> get base64 image -print it I sussed!

Is multiple paper size ok?

datpt11 avatar Jun 22 '21 04:06 datpt11

are you ready?

hoanganhnh2009 avatar Jun 26 '21 15:06 hoanganhnh2009

Nguyên đám người việt dô nói chuyện bằng tiếng anh :v

chaudev avatar Oct 26 '22 15:10 chaudev

Nguyên đám người việt dô nói chuyện bằng tiếng anh :v Môi trường global mà :v Nói tiếng anh cho nó chuyên nghiệp =))

honguyen25121991 avatar Feb 28 '23 06:02 honguyen25121991