项目 gitee地址:https://gitee.com/dhclly/IceDog.SmallProject/tree/master/src/IceDog.SmallProject.CodeConvert C#猜测识别文件编码 测试句子: This is a good time. 这是个好时光. 除了 ascii 只有英文,其他都是中英文都有 主要判断的编码有 ascii gb18030 gb2312 gbk utf8 utf8WithBOM Unicode utf16 LE Unicode…