Type Definition encoding::codec::utf_16::UTF16LEEncoding

source ·
pub type UTF16LEEncoding = UTF16Encoding<Little>;
Expand description

A type for UTF-16 in little endian.