peiTeX / qrbill

LaTeX package to create qrbills based on the Swiss standard
13 stars 3 forks source link

Restructue QRcode generation without the qrcode package #17

Closed TeXhackse closed 2 years ago

TeXhackse commented 2 years ago

I am planning to remove the qrcode package and replace it by more modern mechanism for the encoding and calculations. This will make the current implementation to workaround #10 obsolete.

TeXhackse commented 2 years ago

I patched the qrcode package so it can now use utf-8 strings without the hack in #10. Plan is still to replace the package but probably not within this repo.