SourcePro Core : XML Streams Module User’s Guide : International Features of the XML Streams Module : Using the XML Streams Package without the Internationalization Module
Using the XML Streams Package without the Internationalization Module
The XML Streams classes all use UTF-8 as their internal character encoding. If you need to use the encoding UTF-16, you may use the wide character interface RWWString, or the Unicode interface RWBasicUString. (If you need to convert your streams to and from other character encodings, you will need to build and link the Internationalization Module. For more information, see Using the XML Streams Package with the Internationalization Module.)