Skip to main content

utf16_encode

Function utf16_encode 

Source
pub fn utf16_encode(text: &str) -> Vec<u16>
Expand description

Encode a string as UTF-16BE with BOM.