SourcePro Core : XML Streams Module User’s Guide : International Features of the XML Streams Module
International Features of the XML Streams Module
Introduction
The XML Streams Module works with other SourcePro modules to allow you to create applications for an international audience. As part of this support for internationalization, the XML Streams Module allows you to build and serialize XML streams from almost any character encoding.
A character encoding -- or more formally a “coded character set” -- is a character set and its numerical representation.
Your character encoding will help you determine if you need to build and link SourcePro Core’s Internationalization Module.
For instance, if you know your XML stream will be in US-ASCII, you will not need the Internationalization Module; however, if you think you may need to convert your streams to and from an Asian character set, such as the Japanese Shift-JIS or the Arabic 8859-6 for example, you can take advantage of the power of the Internationalization Module.
This chapter discusses SourcePro’s capabilities for internationalizing your XML streams and serialization process, including
*How to determine your character encoding needs
*How to use the Internationalization Module with the XML Streams package
For detailed information on internationalizing and localizing applications, see the Internationalization Module User’s Guide.