Function read_sz_by_code_page

Source
pub fn read_sz_by_code_page<T: Read>(
    r: &mut T,
    text_encoding: &StringCodecMaps,
    code_page: u32,
) -> Result<String>
Expand description
  • Read a NUL terminated string and decode it with the specified code page.