Returns a character string that is the CHARACTER equivalent of its UTF-8 argument.
UTF8TOCHAR(x)
x is an expression that represents a UTF-8 string that is converted to a character string.
The UTF8TOCHAR function returns the CHAR equivalent of the UTF-8 argument x. If x contains invalid UTF-8 characters, the ERROR condition is raised.
See the example in the UTF-8 Function topic.
None.