januslo / react-native-bluetooth-escpos-printer

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

Print german special characters #121

Open christianrank opened 4 years ago

christianrank commented 4 years ago

Which encoding / codepage settings do I need to get the german special characters printed? (ä, ö, ü, Ä, Ö, Ü, ß)

dnyaneshk8 commented 4 years ago

@christianrank Any solution on this? I am looking for a solution from 2 months now

christianrank commented 4 years ago

@dnyaneshk8 No idea, I'm now replacing it with ae, oe, ue, ss. 😞

dnyaneshk8 commented 4 years ago

@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

tanishabedi commented 2 years ago

@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 have any idea for Hindi Devanagari ?

usman1579 commented 2 years ago

@dnyaneshk8 how did you find the code page?

Oshannk commented 1 year ago

@dnyaneshk8 how did you find the code page?

bro, did you solve that issue? did you find the codepage details?