On Sat, Aug 27, 2022 at 06:17:17PM +0100, Jeremy Sowden wrote: > Hitherto, alphanumeric characters have been printed as-is, but anything > else was replaced by '\0'. However, this effectively truncates the > output. Instead, print any printable character as-is and print anything > else as a hexadecimal escape sequence: > > userdata = { \x01\x04\x01\x00\x00\x00 } Applied, thanks