Fixed inproper use of UTF8Encoding. As it was written before,...
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.
Showing
+3 -3
Please register or sign in to comment