Converts a string from UTF-8 to Unicode.
#include <unilib.h>
int utf82uni (
unicode_t *dest,
const char *src);
(OUT) Points to the converted string.
(IN) Points to the source string.
If successful, returns 0. Otherwise, returns a negative error code: