CALL "C$XML" USING CXML-SET-ENCODING handle encoding |
CXML-SET-ENCODING | Constant | |
handle | USAGE HANDLE | A XML parser handle. |
encoding | PIC X(n) | Specifies the new XML encoding. All the canonical names listed in the following Java documentation can be used: http://java.sun.com/javase/6/docs/technotes/guides/intl/encoding.doc.html. If a invalid encoding or no encoding are specified, then UTF-8 is assumed. |