码迷,mamicode.com
首页 > Windows程序 > 详细

.Net Core 遇到 “'windows-1252' is not a supported encoding name.”

时间:2019-11-03 14:40:40      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:class   windows   gis   orm   inf   nbsp   pad   alt   The   

使用iTextSharp生成Pdf文件时报错如下:

‘windows-1252‘ is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.
Parameter name: name

需要在 NuGet 里添加 System.Text.Encoding.CodePages

技术图片

 

 

 需要在程序里注册下,在报错语句前加入:

Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);

 

原文链接:https://www.cnblogs.com/sun8134/p/11423388.html

.Net Core 遇到 “'windows-1252' is not a supported encoding name.”

标签:class   windows   gis   orm   inf   nbsp   pad   alt   The   

原文地址:https://www.cnblogs.com/Jackie-sky/p/11786050.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!