Function UTF82Char() Foundation
Convert an UTF-8 encoded character string to an OEM/ANSI encoded character string
Syntax
UTF82Char( <utf8String>] ) --> cString
Parameters
<utf8String>
<utf8String> is a Unicode character string encoded in UTF-8.
Return
The function returns a character string in ANSI or OEM format.
Description
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.
Feedback
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.