Function Char2UTF8() Foundation
Convert an OEM/ANSI encoded character string to an UTF-8 encoded character string
Char2UTF8( <cString>] ) --> utf8String
The function returns a character string encoded in UTF-8.
The function Char2UTF8() converts a OEM/ANSI encoded character string to an UTF-8 encoded character string. The input character string is handled with respect to the current 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.