UnconditionedLife / smum

SMUM Checkin for Santa Maria Urban Ministries (San Jose, California)
https://www.santamariasj.org
3 stars 0 forks source link

Some special characters do not print on receipts #148

Closed scott-r closed 6 months ago

scott-r commented 11 months ago

Certain special characters (accented capital letters) will not print on paper receipts generated by the new Python print server. The special characters are replaced by a ? character on paper receipts but display correctly in on-screen interactive receipts. This appears to be a problem with the escpos module accessing extended code pages in the Epson printer.

scott-r commented 6 months ago

Fixed with version 3.1 of python-escpos module.