UnconditionedLife / smum

SMUM Checkin for Santa Maria Urban Ministries (San Jose, California)

Home Page:https://www.santamariasj.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some special characters do not print on receipts

scott-r opened this issue · comments

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.

Fixed with version 3.1 of python-escpos module.