Skip to content

Instantly share code, notes, and snippets.

@redinger
Created August 20, 2010 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redinger/540518 to your computer and use it in GitHub Desktop.
Save redinger/540518 to your computer and use it in GitHub Desktop.
ruby 1.8.7
>> [1, 88, 132, 78, 74].pack("C5")
=> "\001X\204NJ"
ruby 1.9.2
>> [1, 88, 132, 78, 74].pack("C5")
=> "\x01X\x84NJ"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment