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