Function ConvToOemCP() Foundation
Converts a character string to an OEM code page
ConvToOemCP( <cAnsiFormatString> ) --> cOemFormatString
The function returns a string converted to OEM.
The function ConvToOemCP() converts character strings from ANSI to OEM. ANSI and OEM character sets differ especially in language specific special characters, like the German umlauts, for example.
Normally, a string conversion is not necessary since Xbase++ performs a conversion automatically. However, if data is imported from other Windows programs into an Xbase++ application, an explicit conversion to OEM may be necessary.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.