pklaus / brother_ql_web

A Python-based web service to print labels on Brother QL label printers. Based on brother_ql: https://github.com/pklaus/brother_ql
GNU General Public License v3.0
254 stars 124 forks source link

Update brother_ql_web.py #14

Closed powermik closed 4 years ago

powermik commented 5 years ago

fix encoding error for °

pklaus commented 4 years ago

Thanks for reporting this and sorry, it took me so long to react. I wasn't seeing this issue because I'm on Python 3 which implicitly uses utf-8 if nothing else is specified. Made that explicit now by merging 3e058cf.