Character Set Conversion Routines

The character set conversion routines convert characters between the OEM and ANSI character sets..

PC_WIN_CHAR_TO_OEM Translate a buffer of ANSI characters into the OEM character set.
PC_WIN_OEM_TO_CHAR Translate a buffer of OEM characters into the ANSI character set.
PC_WIN_SET_CHARSET Specify the character set to be used by the case conversion routines CBL_TOUPPER and CBL_TOLOWER.

Related Topics