react-native-thermal-receipt-printer-image-qr
react-native-thermal-receipt-printer-image-qr copied to clipboard
can't print chars (çéâêîôûàèìòùëïü)
Hello,
my printer can't print special chars like : çéâêîôûàèìòùëïü
it appears like this
i tried to use encoding option but it doesn't work I have Rongta RP330 Printer
Hi!
Have you solved this issue? I'm having the same issue..
Same problem here!
help me
Same here
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"
});