endroid / qr-code

QR Code Generator
https://endroid.nl
MIT License
4.45k stars 726 forks source link

Why does the encoding make a difference if the contents are all ASCII characters? #311

Closed ThomasLandauer closed 2 years ago

ThomasLandauer commented 3 years ago

I think this should be explained at https://github.com/endroid/qr-code#encoding and (maybe) give a recommendation.

endroid commented 2 years ago

It is used here https://github.com/Bacon/BaconQrCode/blob/master/src/Encoder/Encoder.php#L50. If it bothers you, you can ask the author and if it really doesn't make any difference I will remove it in the next major.