Here are the questions. 1) In livido.h we #include <wchar.c>
2) for getting the utf-8 string length in bytes, we use wcslen(). Is this the correct function ?
3) when a string is retrieved, we must add a utf-8 terminating NULL to the end. How is this done ?
4) For testing purposes, I want to create a utf-8 string. Is there a simple way to convert a char *string to utf-8 ?