utf8stows (UTF-8 String to Wide String) is a lightweight C utility that converts UTF-8 encoded C strings (char*) to wide character strings (wchar_t*).
It is designed as a drop-in replacement for mbstowcs, avoiding its dependency on system locale settings and ensuring consistent behavior.