Unicode.unicharValidate

Checks whether ch is a valid Unicode character. Some possible integer values of ch will not be valid. 0 is considered a valid character, though it's normally a string terminator.

struct Unicode
static
bool
unicharValidate
(
dchar ch
)

Parameters

ch dchar

a Unicode character

Return Value

Type: bool

TRUE if ch is a valid Unicode character