Function decode_wtf8_to_ucs2

Source
pub fn decode_wtf8_to_ucs2(byte_array_input: &[u8]) -> Result<Vec<u16>>
Expand description

Decode a WTF-8 byte array into a Vec<u16> (UCS-2).