zhake555

Results 3 issues of zhake555

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...

When printing text in Cyrillic, it prints incomprehensible characters. On android, I solved the problem by adding this line "esc.addSelectCodePage(EscCommand.CODEPAGE.PC866);" and adding next to the text the name of the...