Explicit Conversions
A converter is an object that converts text from one encoding to another. The Internationalization Module provides two converter classes:
RWUToUnicodeConverter converts text from any recognized encoding to UTF-16, in the natural endian order for the platform in use.
An
explicit conversion uses an instance of
RWUToUnicodeConverter or
RWUFromUnicodeConverter to specify how a particular conversion should be performed. The following sections describe how to create and manipulate converters.