utf.ch

Declarations

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