UTF8TOCHAR Function

Purpose

Returns a character string that is the CHARACTER equivalent of its UTF-8 argument.

Syntax

UTF8TOCHAR(x)

Parameters

x is an expression that represents a UTF-8 string that is converted to a character string.

Description

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.

Examples

See the example in the UTF-8 Function topic.

Restrictions

None.