开发者

Java CookSwing - handling special characters like ä,ö,ü

开发者 https://www.devze.com 2023-03-13 11:46 出处:网络
i need to use CookSwing. I generate the XMLs out of information of a content management system. If I use any character like ä,ö,ü or ß in these xmls, cookswing doesn\'t do anything. No exceptions

i need to use CookSwing. I generate the XMLs out of information of a content management system.

If I use any character like ä,ö,ü or ß in these xmls, cookswing doesn't do anything. No exceptions,开发者_开发问答 no rendering of the xml.

How can I handle these characters without replacing them?


Maybe put the proper encoding

<?xml version="1.0" encoding="ISO-8859-1"?>
0

精彩评论

暂无评论...
验证码 换一张
取 消