CodePage 437 not supported

作者:追风剑情 发布于:2015-5-25 15:05 分类:C#

错误: CodePage 437 not supported

原因:
ICSharpCode.SharpZipLib.Zip.ZipConstants.DefaultCodePage默认为437(美国/加拿大英语),如果被解压的文件不是437编码将报CodePage 437 not supported错误。

解决方案:
//根据项目中使用的编码,重设ZipConstants.DefaultCodePage的值。例如我的项目使用的是UTF8编码。
ICSharpCode.SharpZipLib.Zip.ZipConstants.DefaultCodePage = System.Text.Encoding.UTF8.CodePage;

标签: C#

Powered by emlog  蜀ICP备18021003号-1   sitemap

川公网安备 51019002001593号