Y
Hacker News
new
|
ask
|
show
|
jobs
by
pclmulqdq
811 days ago
Many QR code readers will auto-lowercase URLs that are encoded in alphanumeric encoding. The rest will recognize uppercase URLs just fine. Alphanumeric encoding was basically made for URLs.
1 comments
pimlottc
811 days ago
The QR alphanumeric input encoding does not include basic URL query string characters like '?' '&' '='
link
djbusby
811 days ago
I've been putting URL in QR for like a decade, mixed case and query string included. How has it never been an issue?
link
IAmLiterallyAB
811 days ago
Because you used bytes mode, not alphanumeric mode
link