giorgiofellipe / cordova-plugin-datecs-printer

Cordova plugin to print on Mobile Bluetooth ESC/POS Printers - Tested on Datecs DPP-250 Printer
MIT License
73 stars 60 forks source link

special character issue #124

Open rajsomraj opened 5 years ago

rajsomraj commented 5 years ago

There are the problem with special character when i print 's Ả ả €..... how it can be resolved its urgent

csleeds commented 5 years ago

First thing first, make sure your printer has been set to the codepage you want to print, you can check the printer current printing codepage by trigger a self test.

If the current codepage doesn't support the character you want to print, you need to find the relevant printer's setting to set the codepage first. you may do so by start looking at the printer manufacturer's website download page.

If you able to find your printer's setting tool, then i would suggest to set the codepage to UTF-8, then you should able to print most of the character you want. And you have to make sure all your file in your project are UTF-8 encoded as well.

Or you may just set to the codepage according to the language you want to print.