Which Encoding do I need?
Hey I am trying to work with a networkstream via Streamwriter/reader but the damn thing is stuck on some encoding and is not recognizing my characters (it is a xor encrypted string)
anything above 7F and below A0 gets turned into a 3F (question mark)
Ive tried UTF8, Default, ASCII, with no luck.
Really hate this thing