Character Set Conversion Routines
The character set conversion routines convert characters between the OEM and ANSI character sets..
_CODESET
Converts a string between the EBCDIC and ASCII character sets.
CBL_CCSID_CONVERT
Converts a buffer of source characters from once CCSID into another CCSID.
CBL_CCSID_FROM_IANA
Converts the given IANA registered name or decimal CCSID string into an equivalent IBM CCSID.
CBL_CODESET_SET_MAPPING
Enables you to change the codeset in effect.
CBL_STRING_CONVERT
Converts a string from one character encoding to another.
PC_WIN_CHAR_TO_OEM
Translates a buffer of ANSI characters into the OEM character set.
PC_WIN_OEM_TO_CHAR
Translates a buffer of OEM characters into the ANSI character set.
PC_WIN_SET_CHARSET
Specifies the character set to be used by the case conversion routines CBL_TOUPPER and CBL_TOLOWER.
Parent topic:
Library Routines
Related information
Alphabetical List of Library Routines