Thanks for your bug report. 2010-11-25 10:43, Denis Feklushkin wrote: > Package: qrencode > Version: 3.1.1-1 > Severity: important > > Using random data: > > $ dd if=/dev/urandom of=from.bin count=5 [...]
Reading the code, qrencode doesn't support binary data. Current code assumes string is 0-terminated. So, input string must not include 0. I think that "8-bit mode" means supporting 8-bit string. -- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

