Function Char2UTF8() Foundation

Convert an OEM/ANSI encoded character string to an UTF-8 encoded character string

Syntax
Char2UTF8( <cString>] ) --> utf8String
Parameters
<cString>
<cString> is a character string encoded according to the current ANSI or OEM codepage of the current thread.
Return

The function returns a character string encoded in UTF-8.

Description

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.

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.