Project

General

Profile

Actions

Bug #13131

closed

ArgumentError: string contains null byte

Added by voobscout (voob scout) over 7 years ago. Updated over 7 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
[ruby-core:79081]

Description

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?

Actions

Also available in: Atom PDF

Like0
Like0Like0