Skip to content

Anas-Hamdane/utf8stows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Convert utf8 c string to c wide string

Resources

License

Stars

Watchers

Forks

Contributors