[][src]Function encoding_c::encoding_can_encode_everything

#[no_mangle]
pub unsafe extern "C" fn encoding_can_encode_everything(
    encoding: *const Encoding
) -> bool

Checks whether the output encoding of this encoding can encode every Unicode scalar. (Only true if the output encoding is UTF-8.)

Undefined behavior

UB ensues if the argument is NULL.