We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to print spanish chars like á,é,í,ó,ú or ñ Ñ,
I tryied with
e.CodePage(CodePage.PC852_LATIN2); // Also WPC1252, PC850_MULTILINGUAL, PC858_EURO and ISO8859_2_LATIN2
But my spanish chars still prints as blanks.
Already read #133 and didn't work for me.
The printer is 80mm Series Thermal Receipt Printer POS-80XX 80mm.Programmer.Manual.pdf
The text was updated successfully, but these errors were encountered:
Have you checked this section of README.md?
If you have already, the only thing I could think of is to check which Code Page exactly your printer supports
Sorry, something went wrong.
No branches or pull requests
I'm trying to print spanish chars like á,é,í,ó,ú or ñ Ñ,
I tryied with
e.CodePage(CodePage.PC852_LATIN2); // Also WPC1252, PC850_MULTILINGUAL, PC858_EURO and ISO8859_2_LATIN2
But my spanish chars still prints as blanks.
Already read #133 and didn't work for me.
The printer is 80mm Series Thermal Receipt Printer POS-80XX
80mm.Programmer.Manual.pdf
The text was updated successfully, but these errors were encountered: