我在java中生成xml在保存时,xml文件默认是UTF-8编码,现在我想将xml文件的编码方式改为GB2312怎么办呢?
2个回答
展开全部
这卖数个问题我已经解决。
两种方式:OutputFormat format = new OutputFormat("gbk");
XMLWriter writer;
try {
writer = new XMLWriter(new FileOutputStream(path),format);
第厅配睁二种:
Document doc = DocumentHelper.createDocument();
doc.setXMLEncoding("gb2312"扮岁);
doc.aslXML();
两种方式:OutputFormat format = new OutputFormat("gbk");
XMLWriter writer;
try {
writer = new XMLWriter(new FileOutputStream(path),format);
第厅配睁二种:
Document doc = DocumentHelper.createDocument();
doc.setXMLEncoding("gb2312"扮岁);
doc.aslXML();
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询