ESLLIB Subroutine
Convert a string from the ANSI-defined to the OEM-defined character set.
call EslAnsiToOem(CONVERT_SV)
CONVERT_SV
The string you want converted.
Description
Use this subroutine to convert a string from the ANSI-defined character set to the OEM-defined character set.
Note that the single parameter in the subroutine allows in-place conversion.
See Also
EslOemToAnsi( ) Subroutine