Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Greek Letters #220

Open
askafas opened this issue Apr 4, 2023 · 2 comments
Open

Greek Letters #220

askafas opened this issue Apr 4, 2023 · 2 comments

Comments

@askafas
Copy link

askafas commented Apr 4, 2023

Hello i have a problem with Greek letters any CharacterSet isnt print correct letters anyone have solve this?

@olimexsmart
Copy link

Have you tried changing the characterSet when creating the printer?

let printer = new ThermalPrinter({
    type: PrinterTypes.EPSON,
    interface: `tcp:https://${pInfo.ip}:${pInfo.port}`,
    characterSet: CharacterSet.ISO8859_7_GREEK, // there are also others
});

@sakis475
Copy link

Same problem, have tried all available CharacterSet and none prints greek correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants