bluetooth_print icon indicating copy to clipboard operation
bluetooth_print copied to clipboard

how to change charset of printing text in ios in native code?

Open zhake555 opened this issue 10 months ago • 0 comments

in android PrintContent.java file i add this 2 lines of code to print text in Cyrillic like "привет".

esc.addSelectCodePage(EscCommand.CODEPAGE.PC866); esc.addText(content, "cp866");

cp866 is name of charset that support Cyrillic.

And how to edit code in ios like this to print in charset cp866?

zhake555 avatar Sep 02 '23 13:09 zhake555