Validates UTF-8 encoded text.
As with glib.global.utf8Validate, but max_len must be set, and hence this function will always return false if any of the bytes of str are nul.
a pointer to character data
return location for end of valid data
true if the text was valid UTF-8
Validates UTF-8 encoded text.
As with glib.global.utf8Validate, but max_len must be set, and hence this function will always return false if any of the bytes of str are nul.