fn utf16leToUtf8(utf8: []u8, utf16le: []const u16) !usize
[src]
Asserts that the output buffer is big enough. Returns end byte index into utf8.
fn utf16leToUtf8(utf8: []u8, utf16le: []const u16) !usize
Asserts that the output buffer is big enough. Returns end byte index into utf8.