Files
php-qrcode/src
Einar Gangsø 03e84852b4 Do not use AlphaNum when string contains comma
Using dash in this context will create a range between `+` and `.` which allows the following characters: `+`, `,`, `-`, `.`. 

The ASCII range is as follow: + (43), , (44), - (45), . (46).

Comma is not supported and will then crash in `write()`.
2025-09-19 10:41:26 +02:00
..
📖
2025-08-21 11:09:08 +02:00
2024-07-21 15:55:05 +02:00
2024-09-17 17:32:03 +02:00