Subject: Raw bytes in 1.9
From: Kless <jonas.esp googlemail.com>
Date: Mon, 27 Jul 2009 17:15:05 +0900
I want to stick raw bytes (0-255) into a variable.
This will work in Ruby 1.8 since that it always assumes that the
characters in strings are exactly bytes. But I'm not sure about Ruby
1.9 as it has per-string character encodings.