Skip to content

Instantly share code, notes, and snippets.

@moritz
Created November 30, 2011 10:22
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 moritz/1408580 to your computer and use it in GitHub Desktop.
Save moritz/1408580 to your computer and use it in GitHub Desktop.
Binary IO broken?
my $buf = Buf.new(0x6d, 0xc3, 0xb8, 0xc3, 0xbe, 0x0a);
$*OUT.write($buf);
my $str = $buf.decode('UTF-8');
print $str;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment