[][src]Function encoding_c::decoder_encoding

#[no_mangle]
pub unsafe extern "C" fn decoder_encoding(
    decoder: *const Decoder
) -> *const Encoding

The Encoding this Decoder is for.

BOM sniffing can change the return value of this method during the life of the decoder.

Undefined behavior

UB ensues if the argument is NULL.