Avoiding problems with double-byte characters in XML data

There are three things you can to avoid problems with DBCS in XML data:

In addition, if you are using ISO-8859-1 encoded XML data, do not include the deviceEncoding attribute in the XSD file. Instead use ISO-8859-1 encoding in the HTML that refers to the data. The HTML encoding must be specified with META tags or with HTTP headers. HTML without encoding information will be processed by default as ISO-8859-1.