Collection Contents Index Specifying a character set with a Content-Type tag in the HTTP header Next Page PDF

Application Developer Guide for M-Business Anywhere  > Design considerations for channel content  > Designing pages for the channel web site  > Working with double-byte character sets (DBCS)

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.