Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 335 Bytes

File metadata and controls

3 lines (3 loc) · 335 Bytes

Convert UTF-8 strings to wide strings

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.