Skip to content

Special caracter Error (Not Printing) #76

@desenvolvefacil

Description

@desenvolvefacil

I try the code

EncodingProvider ppp = CodePagesEncodingProvider.Instance;
Encoding.RegisterProvider(ppp);

Printer printer = new Printer("POS-80");

printer.Append("éçà€éçà€éçà€éçà€éçà€");
printer.NewLines(3);

printer.FullPaperCut();
printer.PrintDocument();

However, it gives an error and the printout does not come out.

I tried to print directly from Notepad, and the symbols came out normally.

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