Internationalization Module User’s Guide : Chapter 4 Conversion : Implicit Conversions
Implicit Conversions
A conversion context specifies the converter to use for implicit conversions to and from Unicode. This is a convenient alternative to converting character sequences explicitly using RWUToUnicodeConverter and RWUFromUnicodeConverter. The Internationalization Module provides three conversion context classes:
RWUToUnicodeConversionContext specifies the converter for implicit conversions into Unicode. Each instance contains a unique RWUToUnicodeConverter instance.
RWUFromUnicodeConversionContext specifies the converter for implicit conversions from Unicode. Each instance contains a unique RWUFromUnicodeConverter instance.
RWUConversionContext combines the functionality provided by the RWUToUnicodeConversionContext and RWUFromUnicodeConversionContext to provide a single convenient means for specifying the converters for conversions to and from Unicode.