The following functions are used for codepage conversion.
Codepage conversion functions
- UniCreateUconvObject
- Creates a UconvObject
for conversions to/from the specified codepage.
- UniFreeUconvObject
- Frees a UconvObject
allocated by UniCreateUconvObject.
- UniMapCpToUcsCp
- Converts a codepage
number into a codepage specifier acceptable to UniCreateUconvObject.
- UniQueryUconvObject
- Queries the attributes
of a UconvObject.
- UniSetUconvObject
- Modifies the attributes
of a UconvObject.
- UniUconvFromUcs
- Converts a UCS-2 string
to a codepage string (with error recovery).
- UniUconvToUcs
- Converts a codepage string
to a UCS-2 string (with error recovery).
- UniStrFromUcs
- Atomically converts a
UCS-2 string to a codepage string.
- UniStrToUcs
- Atomically converts a codepage
string to a UCS-2 string.
[Back]
[Next]