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

Rework charset selection #41

Open
okarmazin opened this issue Sep 20, 2024 · 0 comments
Open

Rework charset selection #41

okarmazin opened this issue Sep 20, 2024 · 0 comments
Milestone

Comments

@okarmazin
Copy link
Owner

Different printer manufacturers assign the same code page numbers to different charsets.

Printer P1 might assign Code Page 50 to IBM800, while another printer P2 might assign Code Page 50 to Windows1250.

Currently charsets have an assigned code page number which is taken from Epson's ESC/POS documentation. When a charset is selected in CommandBuilder, the hardcoded code page number is sent to the printer. In order to work across different manufacturers the code page number has to be decoupled form the charset.

Supersedes #35

@okarmazin okarmazin mentioned this issue Sep 20, 2024
@okarmazin okarmazin added this to the 1.0 milestone Sep 20, 2024
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

1 participant