xHarbour Reference Documentation > Function Reference |
Converts an OEM string to the ANSI character set.
ConvToAnsiCP( <cOEM_String> ) --> cANSI_String
The function returns <cOEM_String> converted to the ANSI character set.
The function ConvToAnsiCP() is a synonym for HB_OemToAnsi(). Refer to function HB_OemToAnsi() .
See also: | HB_OemToAnsi() |
Category: | Conversion functions |
Source: | rtl\oemansi.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com