You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that QRStreamer base64 encodes the data. QR codes do actually support 8-bit data, and you can get a lot more data squeezed in by using that. I found with the zbar library I needed to re-encode from utf-8 to iso-8859-1 to get the raw bytes back correctly.
The text was updated successfully, but these errors were encountered:
I noticed that QRStreamer base64 encodes the data. QR codes do actually support 8-bit data, and you can get a lot more data squeezed in by using that. I found with the zbar library I needed to re-encode from utf-8 to iso-8859-1 to get the raw bytes back correctly.
The text was updated successfully, but these errors were encountered: