pub fn try_decode_with(src: &[u8], encoding_name: &str) -> RUMString
Implements decoding this string from a specific encoding to UTF-8.
Note => Decoding is facilitated via the crates chardet-ng and encoding_rs.