SourcePro® 2024.1 |
SourcePro® API Reference Guide |
Classes | |
class | RWUAvailableEncodingList |
Constructs iterators that provide access to the current list of encoding names. More... | |
class | RWUAvailableEncodingListIterator |
Provides a C++ Standard Library-compatible random-access iterator for class RWUAvailableEncodingList. More... | |
class | RWUConversionContext |
Specifies the default character encoding scheme for conversions between narrow character strings and UTF-16 strings. More... | |
class | RWUConverterBase |
Base class that converts to and from Unicode. More... | |
class | RWUEncodingAliasList |
Constructs iterators to access the list of encoding aliases associated with a given encoding. More... | |
class | RWUEncodingAliasListIterator |
A C++ Standard Library-compatible random-access iterator for class RWUEncodingAliasList. More... | |
class | RWUEncodingNameStandardList |
Constructs iterators for accessing the list of encoding name standards (such as MIME or IANA) used by the Internationalization Module. More... | |
class | RWUEncodingNameStandardListIterator |
A C++ Standard Library-compatible random-access iterator for class RWUEncodingNameStandardList. More... | |
class | RWUFromUnicodeConversionContext |
Specifies the character encoding scheme to use for default conversions from UTF-16 strings into another encoding. More... | |
class | RWUFromUnicodeConverter |
Converts text from UTF-16 to various byte-oriented standard character encoding schemes. More... | |
class | RWUFromUnicodeConverter::ErrorResponseState |
Stores the current error response state of an RWUFromUnicodeConverter converter. More... | |
class | RWUToUnicodeConversionContext |
Specifies the default character encoding scheme to use for subsequent implicit conversions from narrow character strings to UTF-16 encoded Unicode strings. More... | |
class | RWUToUnicodeConverter |
Provides unidirectional text conversion from strings in various encodings to UTF-16-encoded RWUString instances. More... | |
class | RWUToUnicodeConverter::ErrorResponseState |
Stores the current error response state of the converter so the state can be restored if necessary. More... | |
The Character Encoding Scheme Conversion group contains classes for converting strings to and from UTF-16, the character encoding scheme used internally to store Unicode strings.
Copyright © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |