开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜