Closed uokivan closed 2 years ago
I change the code from "ThermalPrinterCordovaPlugin.java" :
From : charsetEncodingData.optString("charsetName", "windows-1252"),
To: charsetEncodingData.optString("charsetName", "GBK"),
However, when I check the encoding by getEncoding(), the encoding still is "windows-1252"........
What printer are you using? Sometimes you must configure it a bit separate. I had a printer where I had a separate software for setting up the charset before I was able to print with it.
Hi @patrickbussmann
This is a great plugin.
Can we Charset Encoding ? Hope can print word in Traditional Chinese.
Thank you very much