Function write_str_by_code_page

Source
pub fn write_str_by_code_page<T: Write + ?Sized>(
    w: &mut T,
    data: &str,
    text_encoding: &StringCodecMaps,
    code_page: u32,
) -> Result<()>
Expand description
  • Write an encoded string encoded with the specified code page.