Micro FocusĀ Studio Enterprise EditionĀ for Windows
>
Programming
>
COBOL Programming
>
Internationalization Support
>
OEM and ANSI Character Sets
>
How to
>
To convert ANSI characters to OEM
To convert ANSI characters to OEM
Use the call-by-name routine PC_WIN_CHAR_TO_OEM in your program
Use the Win32 API call CharToOEM or CharToOEMBuff in your program (see the Microsoft Win32 SDK documentation for details of these calls).
Parent topic:
How to
Related information
Overview - OEM and ANSI Character Sets