react-native-bluetooth-escpos-printer
react-native-bluetooth-escpos-printer copied to clipboard
Print german special characters
Which encoding / codepage settings do I need to get the german special characters printed? (ä, ö, ü, Ä, Ö, Ü, ß)
@christianrank Any solution on this? I am looking for a solution from 2 months now
@dnyaneshk8 No idea, I'm now replacing it with ae, oe, ue, ss. 😞
@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
@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 ?
@dnyaneshk8 how did you find the code page?
@dnyaneshk8 how did you find the code page?
bro, did you solve that issue? did you find the codepage details?