Skip to content

How to send utf-8  #1

@zhojiev

Description

@zhojiev

function sendToQuickPrinterChrome(){
var commandsToPrint =
"АБВГД\n" // OPEN THE CASH DRAWER
;
var textEncoded = encodeURIComponent(commandsToPrint);
window.location.href="intent://"+textEncoded+"#Intent;scheme=quickprinter;package=pe.diegoveloper.printerserverapp;end;";
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions