码迷,mamicode.com
首页 > 其他好文 > 详细

保存xml报错 'UTF_8' is not a supported encoding name

时间:2019-02-01 16:25:59      阅读:386      评论:0      收藏:0      [点我收藏+]

标签:ted   code   name   orm   doc   ati   eth   nta   for   

ArgumentException: ‘UTF_8‘ is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.
var doc=new XmlDocument();
XmlDeclaration declaration = doc.CreateXmlDeclaration("1.0","UTF_8",null);//unity 2018.3.0f2 改为 UTF-8
doc.AppendChild(declaration);

保存xml报错 'UTF_8' is not a supported encoding name

标签:ted   code   name   orm   doc   ati   eth   nta   for   

原文地址:https://www.cnblogs.com/kingBook/p/10346157.html

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