gb2312 is not a supported encoding name in .net core

add Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
Console.WriteLine(Encoding.GetEncoding("GB2312"));
posted @ 2020-04-29 17:01  慕然回首已是过眼云烟  阅读(507)  评论(0编辑  收藏  举报