mnooner256 / pyqrcode

Python 3 module to generate QR Codes
BSD 3-Clause "New" or "Revised" License
408 stars 75 forks source link

ISO/IEC 8859-1 should be the default encoding #34

Closed heuer closed 9 years ago

heuer commented 9 years ago

PyQRCode uses UTF-8 as default encoding which is wrong. It should use ISO/IEC 8859-1 if applicable and the user provided no other encoding

mnooner256 commented 9 years ago

I made it the default encoding. Thanks for finding it.