Tanisha
Tanisha
encoding for Devanagari ?
> @FazilMuhammed here are key parts > > ```js > import { > BluetoothEscposPrinter, > BluetoothManager, > BluetoothTscPrinter, > // @ts-ignore > } from 'react-native-bluetooth-escpos-printer' > import fs from 'react-native-fs'...
> @christianrank I found a solution use {encoding: 'Cp1252', codepage: 32}. NOTE - You might need to change codepage according to your printer Check encodings here - https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html Do you...