You can specify the encoding information for the document in the XML declaration, with which most XML documents begin. This is an example of an XML declaration that includes an encoding declaration:
<?xml version="1.0" encoding="ibm-1140" ?>
Specify the encoding declaration in either of the following ways:
Table 16. Aliases for XML encoding declarations
Code page | Supported aliases |
---|---|
037 | EBCDIC-CP-US, EBCDIC-CP-CA, EBCDIC-CP-WT, EBCDIC-CP-NL |
500 | EBCDIC-CP-BE, EBCDIC-CP-CH |
813 | iso-8859-7, iso_8859-7 |
819 | iso-8859-1, iso_8859-1 |
920 | iso-8859-9, iso_8859-9 |
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.