januslo / react-native-bluetooth-escpos-printer

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

Cannot Print Turkish ! #93

Closed ozdemirburakk closed 4 years ago

ozdemirburakk commented 4 years ago

I tried to print Turkish but it doesn't work. I tried it : await BluetoothEscposPrinter.printText("Menas\r\n", { encoding:'windows-1254', codepage:25, widthtimes:1, heigthtimes:1, fonttype:0 });

but it doesn't work. How can i fix it ?

Zhakkz commented 4 years ago

https://github.com/januslo/react-native-bluetooth-escpos-printer/issues/66#issuecomment-594432943