D
David Michaels
Is it possible to change the encoding of Console.Out (I think not), or, how
can output just raw bytes to stdout? There is no Console.Write() overload
which takes a byte (the one that takes an object just does a ToString() on a
given byte object). I understand why Console would force it's own encoding
on stdout when simply outputting text to a console (dos box) window, but if
I'm redirecting/piping to another console, I want raw bytes. Any ideas?
Thanks.
can output just raw bytes to stdout? There is no Console.Write() overload
which takes a byte (the one that takes an object just does a ToString() on a
given byte object). I understand why Console would force it's own encoding
on stdout when simply outputting text to a console (dos box) window, but if
I'm redirecting/piping to another console, I want raw bytes. Any ideas?
Thanks.