in reply to Re^6: Character in 'b' format wrapped in unpack
in thread Character in 'b' format wrapped in unpack
Yes, that code is indeed garbage. Either 0xffffffffffffffff shouldn't have been added to the string, or the string shouldn't have been passed to print. Without an encoding layer, it expects the characters to be bytes (0..255).