Function UTF82Char() Foundation
Convert an UTF-8 encoded character string to an OEM/ANSI encoded character string
UTF82Char( <utf8String>] ) --> cString
The function returns a character string in ANSI or OEM format.
The function UTF82Char() converts a UTF-8 character string to a single byte character string encoded with the current ANSI or OEM codepage depending on the SET CHARSET setting.
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.