mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-18 05:20:04 +00:00
03e84852b4
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()`.