erwanvivien / fast_qr

Ultra fast QRCode generation
https://fast-qr.com/
MIT License
197 stars 29 forks source link

fix: numeric values encoding #33

Closed erwanvivien closed 1 year ago

erwanvivien commented 1 year ago

Bug:

Numeric values byte encoding count was using < 10 or < 100 as reference, although it's possible to have '001' that needs to be encoding with 10 bytes, not 4

erwanvivien commented 1 year ago

fixes #32