Bug#604882: qrencode: In the 8-bit mode result data is corrupt

2011-08-30 Thread joe
I use this patch. Binary data support is useful for 4096 bit gpg keys and such where base64 leads to 165x165 grid and raw binary yields a 137x137 grid. The zbarimg test still fails, but the zxing barcode reader works now. I believe zbarimg also must make assumptions about zero-terminated strings

Bug#604882: qrencode: In the 8-bit mode result data is corrupt

2011-02-14 Thread NIIBE Yutaka
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-

Bug#604882: qrencode: In the 8-bit mode result data is corrupt

2010-11-24 Thread Denis Feklushkin
Package: qrencode Version: 3.1.1-1 Severity: important Using random data: $ dd if=/dev/urandom of=from.bin count=5 5+0 записей считано 5+0 записей написано скопировано 2560 байт (2,6 kB), 0,0021634 c, 1,2 MB/c $ qrencode -8 -o test.png < from.bin $ zbarimg --raw test.png > to.bin scanned 1 barc