From: voobscout+ruby-bugs@... Date: 2017-01-15T12:34:08+00:00 Subject: [ruby-core:79081] [Ruby trunk Bug#13131] ArgumentError: string contains null byte Issue #13131 has been reported by voob scout. ---------------------------------------- Bug #13131: ArgumentError: string contains null byte https://bugs.ruby-lang.org/issues/13131 * Author: voob scout * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: 2.4.0 * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- Why does this not work?: IO.binwrite(0.chr, '/tmp/test.txt') If it's not a bug, then please somebody explain - how strings containing null bytes can be written to disk? say there's a thermal printer command [29, 49, 75, 2, 0, 49, 120].map(&:chr).join that needs to be part of data sent to print, how would this be accomplished in ruby? -- https://bugs.ruby-lang.org/ Unsubscribe: