khanamiryan / php-qrcode-detector-decoder

This is a PHP library to detect and decode QR-codes. This is first and only QR code reader that works without extensions.
Apache License 2.0
1.38k stars 324 forks source link

When no encoding is detected, default to UTF-8 #144

Open artnum opened 1 year ago

artnum commented 1 year ago

I had several QR Code that would end up with empty $encoding, so default to UTF-8 which is what we can expect.