会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
v587yy
博客园
首页
新随笔
联系
管理
订阅
2021年5月27日
韩文显示为??
摘要: Console.OutputEncoding = Encoding.UTF8;
阅读全文
posted @ 2021-05-27 13:51 v587yy
阅读(35)
评论(0)
推荐(0)
编辑
.net core 中 图片转pdf 报错'windows-1252' is not a supported encoding name
摘要: .net core 缺少 需要在 NuGet 里添加 System.Text.Encoding.CodePages 然后再startup添加注册 或者使用时注册 Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
阅读全文
posted @ 2021-05-27 13:35 v587yy
阅读(170)
评论(0)
推荐(0)
编辑
公告