Name
validate -- validate UTF-8 string (V7.0)
Synopsis
int r = validate(const char *s);
Function
Checks if the string passed in s is a valid UTF-8 string and returns True if it is and False otherwise.

Designer compatibility
Unsupported

Inputs
s
string to validate
Results
r
validation result

Show TOC