Micro FocusĀ Enterprise DeveloperĀ 3.0 for Visual Studio 2013
>
General Reference
>
Library Routines
>
Character Set Conversion Routines
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_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