try_decode_with

Function try_decode_with 

Source
pub fn try_decode_with(src: &[u8], encoding_name: &str) -> RUMString
Expand description

Implements decoding this string from a specific encoding to UTF-8.

Note => Decoding is facilitated via the crates chardet-ng and encoding_rs.