Allows Display/Debug printing Output with a specific Encoding without needing to go through encode/b64_encode, if e.g. it was created using init_with.
Maybe a version of init_with that allows specifying an encoding (similar to new_with_encoding) would be better, I'm not sure. This is a smaller, more general change.
Allows
Display
/Debug
printingOutput
with a specificEncoding
without needing to go throughencode
/b64_encode
, if e.g. it was created usinginit_with
.Maybe a version of
init_with
that allows specifying an encoding (similar tonew_with_encoding
) would be better, I'm not sure. This is a smaller, more general change.