Code page example 1
In this example, two OpenEdge clients use the ISO8859-1 code page:
Client1 sets XML text in an
XMLMessage and sends it.
The following code-page conversions take place:
1. ISO8859-1 (client1) to Unicode (SonicMQ XMLMessage)
2. Unicode (SonicMQ XMLMessage) to ISO8859-1 (client2)
In this example, the XML parser parses the XML document correctly if:
1. The header of the document specifies that the encoding is ISO8859-1.
2. The parser can handle ISO8859-1.