utf8rewind
 All Files Functions Typedefs
example-decode.c

Decode a UTF-8 encoded codepoint to a Unicode codepoint. The result of this function can be used to offset the input string in order to decode all characters in a string.

Parameters
textInput string.
resultString to write the result to.
Returns
Input offset in bytes or 0 on failure.