Hi,
E proven to create a .htaccess with:
AddDefaultCharset ISO-8859-1
remove that or any other server based http header encoding, and just save the xml itself as UTF-8 file,
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
the encoding of the html file doesn't have any affect on the encoding of the xml files inside the viewer,
best regards,
Klaus