Modify ShellStream.ReadLine() to take into account multi-byte character.
Fixes issue #2190.
Modify ShellStream.Write(string) to write nothing when text is null.
Added unit tests.
↧