-
Hayk authored
Fixed inproper use of UTF8Encoding. As it was written before, UTF8Encoding.Default actually returns base class static property Encoding.Default which is system's default ANSI code-page based encoding that is not UTF8.
d9c8c5e4
Fixed inproper use of UTF8Encoding. As it was written before, UTF8Encoding.Default actually returns base class static property Encoding.Default which is system's default ANSI code-page based encoding that is not UTF8.