Function iconv::iconv[][src]

pub fn iconv(
    input: &[u8],
    from_encoding: &str,
    to_encoding: &str
) -> Result<Vec<u8>, IconvError>
Expand description

convert input from from_encoding to to_encoding