string_conversion.hpp File Reference

Namespaces

 kanzi
 

Functions

KANZI_API wstring kanzi::convertUTF8ToWideChar (string_view utf8)
 Converts a given UTF-8 string view into a Win32-compatible wide character string. More...
 
KANZI_API string kanzi::convertWideCharToUTF8 (wstring_view wchar)
 Converts a given Win32-compatible wide character string view into a UTF-8 string. More...