.net core 的 Console 输出乱码问题

Posted webmote

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了.net core 的 Console 输出乱码问题相关的知识,希望对你有一定的参考价值。

操作系统是英文的,因此乱码也不奇怪,那么这个可以很好的解决问题,
记录一下。

Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);     
Console.OutputEncoding = Encoding.GetEncoding("GB2312");

以上是关于.net core 的 Console 输出乱码问题的主要内容,如果未能解决你的问题,请参考以下文章

.net core 的 Console 输出乱码问题

.net core读取appsettings.config中文乱码问题

为啥MyEclipse的Console输出中文为乱码?

.net core 跨平台实践

vs2017中c#项目控制台输出乱码

.Net Core 读取文件时中文乱码问题的解决方法