utf.ch

Declarations

Public Only
fs
Publicnamespace
namespace fs
utf8_to_utf16_inplace
function
func utf8_to_utf16_inplace(src : *char, out : *u16, out_len : size_t) : Result<size_t, FsError>
utf16_to_utf8_str
function
func utf16_to_utf8_str(src : *u16) : string