react-native-thermal-receipt-printer-image-qr icon indicating copy to clipboard operation
react-native-thermal-receipt-printer-image-qr copied to clipboard

can't print chars (çéâêîôûàèìòùëïü)

Open OussJouh opened this issue 2 years ago • 5 comments

Hello, my printer can't print special chars like : çéâêîôûàèìòùëïü it appears like this image

i tried to use encoding option but it doesn't work I have Rongta RP330 Printer

OussJouh avatar Aug 26 '22 18:08 OussJouh

Hi!

Have you solved this issue? I'm having the same issue..

pajkho avatar Sep 26 '22 06:09 pajkho

Same problem here!

rpaggi avatar Nov 21 '22 22:11 rpaggi

help me

ducson20 avatar Feb 22 '23 21:02 ducson20

Same here

notmarinho avatar Apr 17 '23 16:04 notmarinho

Hey @OussJouh the solution I found is change the encoding and it works for me source: https://github.com/HeligPfleigh/react-native-thermal-receipt-printer/issues/91#issuecomment-2060376032

Just pass encoding as below.

BLEPrinter.printText(`çéâêîôûàèìòùëïü`,{
        encoding: "cp858"
});

adityatagline avatar May 03 '24 12:05 adityatagline